Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
butterflyhug committed Aug 25, 2016
1 parent 388ee08 commit fb747f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,19 @@ that all plugin methods are properly wrapped for immutable behavior.
## TODO

Frozen Moment should generally work, and it has been used by a few folks in
production applications. The current v0.3 release is a feature complete
release candidate for v1.0. Note, however, that we will not release v1.0
without a comprehensive suite of automated CI testing in Node and in Moment's
supported browsers.
production applications. The current v0.4 release is a reasonably stable
implementation of the core ideas. This code has inspired and informed
Moment's implementation of immutability, which is coming in version 3.0.

Until we set up our automated CI builds, our maintainer is manually running our
unit tests in Node and a variety of browsers (IE 8 and the current releases of
Chrome, Firefox, and Safari) to ensure broad runtime compatibility.

Since Frozen Moment aims to be the Moment community's de-facto standard
solution for immutable Moment instances, we'd also love to see a bit wider
usage and feedback from the community before releasing v1.0. If Frozen Moment
doesn't do what you need, or if you have technical reasons to prefer a
different API, we want your feedback!
Our maintainer is manually running our unit tests in a variety of browsers
(IE 8 and the current releases of Chrome, Firefox, and Safari) to ensure broad
runtime compatibility, in addition to our CI build with Node.

Pull requests are enthusiastically welcomed for improvements on our
current [to-do list][].
If you have other ideas for new features, it's often a good idea to get our
feedback on your plans before you bother writing the code. In any event, please remember to submit unit tests to verify your changes.
feedback on your plans before you bother writing the code. In any event, please
remember to submit unit tests to verify your changes.

## Historical Note

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frozen-moment",
"main": "frozen-moment.js",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/WhoopInc/frozen-moment",
"authors": [
"Lucas Sanders <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frozen-moment",
"version": "0.3.0",
"version": "0.4.0",
"description": "Immutability for Moment.js. Freeze moments so that mutation methods return copies instead of altering the original timestamp.",
"main": "frozen-moment.js",
"scripts": {
Expand Down

0 comments on commit fb747f3

Please sign in to comment.