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

Releases: thealjey/webcompiler

webcompiler v3.8.2

17 Feb 09:08
Compare
Choose a tag to compare

v3.8.2 - Wed, 17 Feb 2016 09:08:15 GMT

  • c7d16ba [fixed] updated babel-eslint and lodash

webcompiler v3.8.1

16 Feb 11:38
Compare
Choose a tag to compare

v3.8.1 - Tue, 16 Feb 2016 11:38:37 GMT

  • 132ed72 [fixed] updated ESLint to v2.1.0

webcompiler v3.8.0

14 Feb 16:55
Compare
Choose a tag to compare

v3.8.0 - Sun, 14 Feb 2016 16:54:53 GMT

  • bc1e3f3 [changed] updated ESLint to v2; removed eslint-config-airbnb; better and faster linting for javascript

webcompiler v3.7.1

14 Feb 00:06
Compare
Choose a tag to compare

v3.7.1 - Sun, 14 Feb 2016 00:06:39 GMT

  • 18f7807 [fixed] made travis only watch the master branch; removed a duplicate eslint rule

webcompiler v3.7.0

11 Feb 20:01
Compare
Choose a tag to compare

v3.7.0 - Thu, 11 Feb 2016 20:01:17 GMT

  • c398d90 [added] private Markup.markdownToUnwrappedHTML - If a simple single line string is passed to the Markdown parser it thinks that it is a paragraph (it sort of technically is) and unnecessarily wraps it into <p></p>, which most often is not the desired behavior. This function fixes that.

webcompiler v3.6.1

10 Feb 21:57
Compare
Choose a tag to compare

v3.6.1 - Wed, 10 Feb 2016 21:57:36 GMT

  • 50ac89a [fixed] Markup - trim the input and output where necessary
  • 9ce8f3e [fixed] minor documentation updates; updates to the lodash interface file
  • f9346b1 [fixed] updated dependencies

webcompiler v3.5.3

04 Feb 16:11
Compare
Choose a tag to compare

v3.5.3 - Thu, 04 Feb 2016 16:11:25 GMT

  • 1dbe099 [fixed] handle empty input in the Markup class; updated dependencies

webcompiler v3.5.2

01 Feb 12:53
Compare
Choose a tag to compare

v3.5.2 - Mon, 01 Feb 2016 12:52:51 GMT

  • 47cbb2d [fixed] updated cheerio dependeny to 0.20.0

webcompiler v3.5.1

01 Feb 09:57
Compare
Choose a tag to compare

v3.5.1 - Mon, 01 Feb 2016 09:56:53 GMT

  • 2071e3a [fixed] Markup class definition in the webcompiler.js interface file

webcompiler v3.0.4

31 Dec 01:15
Compare
Choose a tag to compare

v3.0.4 - Thu, 31 Dec 2015 01:15:12 GMT

  • 4299688 [removed] redundant Number conversion in watch
  • 6da6e97 [changed] the markdown JSDoc plugin is now included by default; added a broader description of the default plugin to the Documentation class
  • 111046e [removed] obsolete "babel" package dependency