This repository was archived by the owner on Sep 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ that all plugin methods are properly wrapped for immutable behavior.
112112## TODO
113113
114114Frozen Moment should generally work, and it has been used by a few folks in
115- production applications. The current v0.2 release is a feature complete
115+ production applications. The current v0.3 release is a feature complete
116116release candidate for v1.0. Note, however, that we will not release v1.0
117117without a comprehensive suite of automated CI testing in Node and in Moment's
118118supported browsers.
Original file line number Diff line number Diff line change 11{
22 "name" : " frozen-moment" ,
33 "main" : " frozen-moment.js" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "homepage" : " https://github.com/WhoopInc/frozen-moment" ,
66 "authors" : [
77 " Lucas Sanders <sanders@whoop.com>"
Original file line number Diff line number Diff line change 11{
22 "name" : " frozen-moment" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " Immutability for Moment.js. Freeze moments so that mutation methods return copies instead of altering the original timestamp." ,
55 "main" : " frozen-moment.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments