Releases: warlock/spellbook
Releases · warlock/spellbook
1.3.0
Release 1.2.5!
This is a maintenance version
- Revised build dependencies.
- General code revision.
- Cleaning of development utilities not maintained.
Release 1.2.2
- Add chunk function
Release 1.2.0
Removed asyncronous iterators from "spellbook" in favour "snc" package.
Requested Poll
Results:
3 - Keep async function in separate package
0 - Keep in spellbook
0 - Fragment spellbook in smaller libraries
Now you can install snc library for use old spellbook asyncronous iterators:
http://snc.js.gl
Install with npm:
npm i snc -S
Install with yarn:
yarn add snc
Release 1.1.6
Update dependences:
- snc - Add all function
Release 1.1.5
Update dependences:
- snc (Important fix epl iterator)
- webpack
Release 1.1.4
Urgent easy fix in chain methods:
- pad
- replace
Release 1.1.2
Additions:
- Add isSet in main and chain
- Add 'package-lock.json' for lock known dependency versions
Update dependences
- Updated deprecated babel-preset-2015 to new babel-preset-env.
- Updated spellbook sub-libraries: tck, snc, eem
New main url:
Release 1.1.0
Notable changes:
Migration to the new Javascript ES6/ES2015 language version.
Adaptation of EsLint and test to the new syntax
Website version:
Transpilation to ES5 usign Babel and Webpack for website and minification.
Minified File spellbook.js
release 1.0.3!
Separate 'type' library in 'tck' npm package from main project.
Made a big revision and test a 'tck' library. Added test and coverage.