Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed May 30, 2015
1 parent 93326a4 commit b852dac
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 14 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.9.2 on 2015-05-29
--------------------

- fix a caching bug, which was a regression in 0.9.0 ([issue #63](https://github.com/samsonjs/strftime/issues/63))

- update license attribute in package.json as required by npm
Thanks to [Peter deHaan](https://github.com/pdehaan)

- construct GMT times used in tests in a more robust way

- fix a bug calculating week numbers ([issue #56](https://github.com/samsonjs/strftime/issues/56))
Thanks to [Alexandr Nikitin](https://github.com/alexandrnikitin)

- warn about possible misuse of %:: or %::: modifiers

v0.9.1 on 2015-03-16
--------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strftime",
"version": "0.9.1",
"version": "0.9.2",
"main": "strftime.js",
"ignore": [
"Readme.md",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repo": "samsonjs/strftime",
"description": "strftime date formatting",
"keywords": ["strftime", "format", "date", "time"],
"version": "0.9.1",
"version": "0.9.2",
"main": "strftime.js",
"scripts": ["strftime.js"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.9.1",
"version": "0.9.2",
"homepage": "http://samhuri.net/proj/strftime",
"author": "Sami Samhuri <[email protected]>",
"contributors": [
Expand Down
23 changes: 12 additions & 11 deletions strftime-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b852dac

Please sign in to comment.