Skip to content

Releases: warlock/spellbook

1.3.0

10 Dec 09:34
Compare
Choose a tag to compare

Update security problems from builder

Release 1.2.5!

04 Aug 08:13
Compare
Choose a tag to compare

This is a maintenance version

  • Revised build dependencies.
  • General code revision.
  • Cleaning of development utilities not maintained.

Release 1.2.2

27 Mar 07:06
Compare
Choose a tag to compare
  • Add chunk function

Release 1.2.0

14 Nov 11:29
35c31e9
Compare
Choose a tag to compare

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

02 Nov 15:00
Compare
Choose a tag to compare

Update dependences:

  • snc - Add all function

Release 1.1.5

31 Oct 08:39
Compare
Choose a tag to compare

Update dependences:

  • snc (Important fix epl iterator)
  • webpack

Release 1.1.4

20 Oct 13:52
Compare
Choose a tag to compare

Urgent easy fix in chain methods:

  • pad
  • replace

Release 1.1.2

19 Oct 09:51
Compare
Choose a tag to compare

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:

http://spellbook.js.gl

Release 1.1.0

27 Sep 09:36
Compare
Choose a tag to compare

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!

05 Aug 08:43
Compare
Choose a tag to compare

Separate 'type' library in 'tck' npm package from main project.
Made a big revision and test a 'tck' library. Added test and coverage.