Skip to content

Commit

Permalink
Update changelog with unreleased stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 29, 2015
1 parent af87835 commit c16996d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
# unreleased

- code exploded in commonjs style
- lots of tests added
- Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))
- Changed: code exploded in commonjs style
- Added: lots of tests
- Added: `refresh` method to force update a DOM element ([#36](https://github.com/MoOx/pjax/pull/36))

# 0.1.4 - 2014-10-14

- allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))
- make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13))
- Fixed: allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))
- Fixed: make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13))

# 0.1.3 - 2014-09-16

- clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- fix `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16))
- Fixed: clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- Fixed: `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16))

# 0.1.2 - 2014-04-03

- pjax.js relocated in `src/`
- <html> attributes of pjaxified document are now available
- Changed: `pjax.js` relocated in `src/`
- Fixed: `<html>` attributes of pjaxified document are now available

# 0.1.1 - 2014-04-02

- Safer UMD wrapper (fix concat issue)
- Fixed: safer UMD wrapper (fix concat issue)

# 0.1.0 - 2014-03-24

Initial release
Initial release

10 comments on commit c16996d

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Jan 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@igierard @pklada tell me if you are interested to get a 0.2. I'm not in a hurry, but maybe you want that to happen.

@pklada
Copy link
Contributor

@pklada pklada commented on c16996d Jan 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd certainly be interested, but no huge rush from my end.

@pklada
Copy link
Contributor

@pklada pklada commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MoOx any status?

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you using master already ? Is this working for you ?

@pklada
Copy link
Contributor

@pklada pklada commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sorry, I was waiting for a new npm version.

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I'll release 0.2 and we will see what happen :)

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2 released

@pklada
Copy link
Contributor

@pklada pklada commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just installed .2, I think there might be an issue of some sort, the install installs essentially an empty folder:
image
I'll investigate further.

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of shit. I know why. Let me release 0.2.1

@MoOx
Copy link
Owner Author

@MoOx MoOx commented on c16996d Feb 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Should be ok.

Please sign in to comment.