Skip to content

Releases: kiranshila/cybermonday

nbb Support

11 Jan 00:33
673a2e6
Compare
Choose a tag to compare

Thanks to @borkdude, cybermonday now works on nbb! Very cool!

Bug fixes, slimed down, new re-mark

11 Sep 01:41
3a98691
Compare
Choose a tag to compare

This release includes all the changes from 0.2, updated re-mark to the new import mechanic, added unit tests for consistency between JS and the JVM.

Breaking Changes

I'm removing templating support as it really isn't the goal of this library. I've added docs on how to achieve much better template support (over what I have implemented) using this library

Templates

13 Jun 17:10
a12cab5
Compare
Choose a tag to compare

New Features

Adding simple mustache-style template IR nodes

Breaking

Removed generic attributes and definition lists from the Java implementation to match feature parity of CLJS.
Definition lists will come back, once the remark library is updated, attributes will probably be replaced by the WIP commonmark directives syntax