cljs-time, a ClojureScript imitation of the clj-time library.

Cljs-time is an attempt at replicating as much as possible of the functionality 
and API of clj-time. This is not a drop-in clojurescript replacement for 
clj-time, but if you're used to the clj-time API (and like it), then cljs-time 
can do much of what clj-time does.

The main change in 0.3.0 is matching the API changes of clj-time 0.9.0 (see 
https://github.com/clj-time/clj-time/blob/master/ChangeLog.md#changes-between-080-and-090
 ).

Period and Interval are now implemented with defrecord rather than metadata 
decorated maps.

Also included are a couple of functions to ease converting between UTC and the 
"local" timezone, along with a few bugfixes.

See the release notes for further detail. ( 
https://github.com/andrewmcveigh/cljs-time/blob/master/ReleaseNotes.md )

Github: https://github.com/andrewmcveigh/cljs-time
API Docs (generated): http://andrewmcveigh.github.io/cljs-time/uberdoc.html

As usual, bug reports, pull-requests, general comments, and criticism all 
graciously accepted.

Cheers,

Andrew

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to