This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Releases: thealjey/webcompiler
Releases · thealjey/webcompiler
webcompiler v4.0.1
v4.0.1 - Fri, 03 Jun 2016 22:02:48 GMT
- 5578892 [fixed] compile in loose mode by default. Better tree shaking for webpack
webcompiler v4.0.0
v4.0.0 - Mon, 23 May 2016 18:33:39 GMT
- d0e5692 [changed] split the
Markup
class into 3 distinct modules -jsx
,markdown
andhighlight
. Added support for plain-object representations of React elements for easy serialization/unserialization.
webcompiler v3.11.0
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
v3.10.3 - Tue, 19 Apr 2016 19:18:21 GMT
- f02346f [fixed] removed the
marked
dependency
webcompiler v3.10.2
v3.10.2 - Tue, 19 Apr 2016 18:38:34 GMT
- 1249e1a [changed] replaced
marked
withremarkable
webcompiler v3.10.1
v3.10.1 - Tue, 19 Apr 2016 08:57:43 GMT
- 51e655d [fixed] updated dependencies
webcompiler v3.10.0
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
webcompiler v3.8.4
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
v3.8.3 - Sat, 20 Feb 2016 17:59:15 GMT
- 15b6f67 [fixed] updated
eslint-plugin-react
dependency