Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: thealjey/webcompiler

webcompiler v4.0.1

03 Jun 22:03
Compare
Choose a tag to compare

v4.0.1 - Fri, 03 Jun 2016 22:02:48 GMT

webcompiler v4.0.0

23 May 18:34
Compare
Choose a tag to compare

v4.0.0 - Mon, 23 May 2016 18:33:39 GMT

  • d0e5692 [changed] split the Markup class into 3 distinct modules - jsx, markdown and highlight. Added support for plain-object representations of React elements for easy serialization/unserialization.

webcompiler v3.11.0

21 Apr 19:08
Compare
Choose a tag to compare

v3.11.0 - Thu, 21 Apr 2016 19:08:26 GMT

  • 4124ac4 [changed] the watch function callback now accepts one argument - an object which describes what files were changed

webcompiler v3.10.3

19 Apr 19:18
Compare
Choose a tag to compare

v3.10.3 - Tue, 19 Apr 2016 19:18:21 GMT

  • f02346f [fixed] removed the marked dependency

webcompiler v3.10.2

19 Apr 18:39
Compare
Choose a tag to compare

v3.10.2 - Tue, 19 Apr 2016 18:38:34 GMT

  • 1249e1a [changed] replaced marked with remarkable

webcompiler v3.10.1

19 Apr 08:58
Compare
Choose a tag to compare

v3.10.1 - Tue, 19 Apr 2016 08:57:43 GMT

  • 51e655d [fixed] updated dependencies

webcompiler v3.10.0

04 Mar 10:33
Compare
Choose a tag to compare

v3.10.0 - Fri, 04 Mar 2016 10:33:20 GMT

  • 4e525a9 [removed] transformer support from the Markup class; updated the library definition file and the project dependencies

webcompiler v3.9.0

01 Mar 09:52
Compare
Choose a tag to compare

v3.9.0 - Tue, 01 Mar 2016 09:52:38 GMT

  • d864013 [fixed] updated project dependencies
  • 5f9b134 [added] Markup.highlightHTML and Markup.highlightJSX

webcompiler v3.8.4

22 Feb 16:48
Compare
Choose a tag to compare

v3.8.4 - Mon, 22 Feb 2016 16:47:29 GMT

  • 927f2d8 [fixed] made webpack ignore the "fs" module; Markup.flatten removes falsy values

webcompiler v3.8.3

20 Feb 18:02
Compare
Choose a tag to compare

v3.8.3 - Sat, 20 Feb 2016 17:59:15 GMT

  • 15b6f67 [fixed] updated eslint-plugin-react dependency