Skip to content

Latest commit

 

History

History
206 lines (83 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

206 lines (83 loc) · 5.38 KB

Change Log

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

0.7.3 (2018-03-03)

Note: Version bump only for package @thi.ng/atom

0.7.2 (2018-03-02)

Note: Version bump only for package @thi.ng/atom

0.7.1 (2018-03-01)

Bug Fixes

0.7.0 (2018-03-01)

Features

  • atom: add IView, IViewable, impl for Atom, Cursor, History (9ad83b2)
  • atom: add View type to create derrived views/value subscriptions (8c0c621)

Performance Improvements

  • atom: add optimized getters for path len < 5 (ed23376)
  • atom: add optimized setter() for path len < 5, fix toPath() (55c6a7d)

0.6.1 (2018-02-26)

Note: Version bump only for package @thi.ng/atom

0.6.0 (2018-02-18)

Bug Fixes

  • atom: empty path handling getter/setter (fbc819e)

Features

  • atom: add deleteIn() (b593a9b)
  • atom: add getIn/setIn/updateIn (6f6e7e5)

0.5.3 (2018-02-08)

Note: Version bump only for package @thi.ng/atom

0.5.2 (2018-02-03)

Note: Version bump only for package @thi.ng/atom

0.5.1 (2018-02-02)

Note: Version bump only for package @thi.ng/atom

0.5.0 (2018-02-01)

Bug Fixes

  • atom: cursor swap() return type (36cc956)
  • atom: truncate redo stack in record(), swap() return type (8218814)

Features

  • atom: add History.canUndo/Redo() (c5b6e0f)

0.4.1 (2018-02-01)

Note: Version bump only for package @thi.ng/atom

0.4.0 (2018-01-31)

Features

  • atom: add full IAtom impl for History, update tests (5538362)

0.3.0 (2018-01-31)

Bug Fixes

  • atom: cursor ctor arg checks (282d989)

Features

  • atom: add History, add/update tests (035c51a)
  • atom: add IReset/ISwap impls for History (e1b57de)

0.2.2 (2018-01-30)

Note: Version bump only for package @thi.ng/atom

0.2.1 (2018-01-29)

Note: Version bump only for package @thi.ng/atom

0.2.0 (2018-01-29)

Features

  • atom: add nested path getter / setter compilers (5dce8a2)

0.1.2 (2018-01-29)

Note: Version bump only for package @thi.ng/atom

0.1.1 (2018-01-29)

Bug Fixes

  • atom: cursor IWatch impls (replace stubs) (cca801b)

0.1.0 (2018-01-29)

Features

  • atom: add Cursor, update interfaces, types, readme (04c3d59)
  • atom: re-import atom package from MBP2010, update main readme (fefc283)