From fb747f39c82636b1a585b718ddf1f246ba059da0 Mon Sep 17 00:00:00 2001 From: Lucas Sanders Date: Wed, 24 Aug 2016 22:36:08 -0400 Subject: [PATCH] Bump version to 0.4.0 --- README.markdown | 22 ++++++++-------------- bower.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/README.markdown b/README.markdown index 2a8ad94..f32a170 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/bower.json b/bower.json index c95a305..7ff3ba3 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index f351f95..4b39724 100644 --- a/package.json +++ b/package.json @@ -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": {