Skip to content

Latest commit

 

History

History
106 lines (66 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

106 lines (66 loc) · 2.76 KB

0.2.17 (2017-04-25)

0.2.16 (2016-05-28)

0.2.15 (2016-05-28)

  • load and parse HTML file
  • load external javascript
  • auto parse external files
  • xhr supporting GET & POST (node & browser)
  • basic support for xhr requests in node env
  • moving node-worker into separate file
  • adding xhr support in node-env
  • main property in 'package.json' fixed
  • added hint-task to gulpfile
  • new test file (test-08.js)
  • module api update
  • npm modules update
  • testing npm modularized usage

0.2.14 (2015-11-18)

  • gulp file adjusted
  • precede pipe from node worker
  • added pause resume to node thread worker
  • renaming from "WRK_*" to "*Worker"

0.2.13 (2015-11-16)

  • demo files for browser environment adjusted
  • handling non-node environment kill signal
  • adjusting tests to the new API
  • handling differences between node/broser worker
  • cleaning up repo

0.2.12 (2015-11-15)

  • qure.js node:ifed

0.2.11 (2015-10-31)

  • bugfix of gulp-task 'create-new-tag'

0.2.10 (2015-10-31)

  • removing traces of grunt
  • test runner can target individual tests with argument
  • test runner as gulp-task
  • added gulp-ified banner
  • threaded recursion (web worker) in browser
  • precede function
  • pause / resume functions

0.2.9 (2015-10-30)

  • extended gulpfile with minify / uglify task

0.2.8 (2015-10-29)

  • 0.2.4 switching to gulp, from grunt
  • 0.2.3 'this' in recursive functions
  • 0.2.2 First version of thread support
  • 0.2.1 Advanced 'declare' + 'run' method
  • 0.2.0 Published library as NPM module
  • 0.1.9 Renamed the library to QureJS
  • 0.1.8 Added test suite
  • 0.1.7 Fixed bug handling ajax loading
  • 0.1.6 Added support for recursion
  • 0.1.5 Added support for hashed ajax loading
  • 0.1.4 'this' is consistent & preserved throughout the chain
  • 0.1.3 Added support for queueable 'ajax' calls
  • 0.1.2 Added support for 'fork' of Now timeline
  • 0.1.1 First version, supporting 'wait' & 'then'