Skip to content

Latest commit

 

History

History
272 lines (95 loc) · 7.16 KB

CHANGELOG.md

File metadata and controls

272 lines (95 loc) · 7.16 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.24.0 (2019-04-25)

Note: Version bump only for package @sugarcube/core

0.23.0 (2019-01-28)

Note: Version bump only for package @sugarcube/core

0.22.0 (2019-01-22)

Note: Version bump only for package @sugarcube/core

0.21.0 (2019-01-20)

Note: Version bump only for package @sugarcube/core

0.20.1 (2019-01-02)

Bug Fixes

  • core: avoid a stack overflow when updating state a lot (f9bd78d)

0.20.0 (2018-12-21)

Note: Version bump only for package @sugarcube/core

0.19.0 (2018-12-13)

Note: Version bump only for package @sugarcube/core

0.18.0 (2018-12-11)

Note: Version bump only for package @sugarcube/core

0.17.0 (2018-12-01)

Bug Fixes

  • core: temp fix for failing unit test when concatenating (1bf4580)

Features

  • core: make _sc_locations a fixed field (9d23eef)

Performance Improvements

  • core: improved pipeline runner and data concatenation (0d840b2)

0.16.0 (2018-11-26)

Note: Version bump only for package @sugarcube/core

0.15.0 (2018-11-25)

Bug Fixes

  • core: chain updates of state correctly (cce3dbd)

Features

  • core: added instrumentation to the pipeline run (5019fe2)
  • instrument the pipeline and deliver a mail report (6018451)

0.14.0 (2018-11-22)

Note: Version bump only for package @sugarcube/core

0.13.1 (2018-11-15)

Note: Version bump only for package @sugarcube/core

0.13.0 (2018-11-14)

Bug Fixes

  • core: supply stats and cache by reference if fits the interface (06fbba6)

0.12.0 (2018-11-14)

Features

  • plugin-workflow: added the workflow_multiplex plugin (ca14cad)

0.10.0 (2018-10-05)

Features

  • core: Added sToA and aToS value conversions. (487f984)
  • core: Concats strings and arrays into an array. (ac1e2c9)
  • core: Keep original fetch date if present. (4e990b6)
  • core: Store the number of missing arguments on a curried function. (f3b171a)

0.9.0 (2018-03-30)

Bug Fixes

  • core: Load all plugin options correctly. (ebb1b8b)

Features

  • core,cli: Added basic facilities for feature toggles. (8f10385)

0.8.0 (2018-03-03)

Bug Fixes

  • core: Allow state updates to existing paths. (0b2aca1)

Features

  • core: Added the isThenable predicate. (e9dae59)
  • core: Implement custom named curry function. (121ba34)
  • core: Overload fmap to replace fmapAsync. (fe641ad)
  • core: Provide all available plugins to a plugin. (cf2ebdf)
  • core,cli: Added support for persistent cache. (ea0429e)

0.5.0 (2018-01-30)

Bug Fixes

  • core: Added missing argument to function call. (4476d97)

Features

  • core: Add state management that can persist over plugin calls. (87402ad)
  • core: Added md5 hasher to the crypto module. (19d0a1c)
  • core: Defined basic set operations on envelopes. (dd2618e)
  • core: Replace shortid dependency with custom uid generator. (c765395)
  • core: Store the pipeline date on every unit of data. (8da8455)
  • core: Supply plugins with a persistent stats object. (0374b99)

0.4.0 (2018-01-12)

Features

  • core: Added warn log target. (8e7f0b4)

0.3.0 (2017-12-05)

Bug Fixes

  • core: Removed failing export of test generators. (d969881)

0.2.1 (2017-10-22)

Note: Version bump only for package @sugarcube/core

0.2.0 (2017-10-22)

Note: Version bump only for package @sugarcube/core

0.1.0 (2017-10-08)

Note: Version bump only for package @sugarcube/core