Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
149 lines (66 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

149 lines (66 loc) · 5.31 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2019-01-09)

Bug Fixes

  • dataMapperChain: serialize and deserialize meta field (dee3814)

0.7.0 (2018-12-14)

Features

  • base64: allow for decode as hexstring (bed7495)

0.6.2 (2018-12-14)

Features

  • base64: allow for decode as hexstring (bed7495)

0.6.1 (2018-12-03)

Features

  • mapperconfig: allow for backwards compitability in mapper configs (f701c0c)
  • versioned-configs: add version to serialized config (6985bb9)

0.6.0 (2018-11-29)

Features

  • datamapperchain: add meta field (44084f8)
  • outputtype: add output type for mappers (ea9f219)

0.5.2 (2018-06-13)

Bug Fixes

  • hextofloat: add missing name to hex to float (3ecc365)
  • offset: add check for offset as number (244508e)

0.5.1 (2018-05-14)

0.5.0 (2018-05-14)

Features

  • Config: add doc typings (8265ab7)
  • DataMapperChain: add doc typings (1c4c44a)
  • DataMapperChain: add typings and tutorial (b839f89)
  • main: add doc typings (8de3343)

0.4.1 (2018-05-13)

Features

  • factory: add DataMapperChain factory in main (152867b), closes #6

0.4.0 (2018-05-09)

0.3.1 (2018-05-09)

Features

  • factory: add factory methods on mapper object (902d6ac), closes #4

0.3.0 (2018-05-08)

Bug Fixes

  • travis: fix and tweak travis (0c20ec3)

Features

  • DataMapperChain: add currying of mappers. Fixes #3 (0afdf20)
  • dist-build: add step for dist creation (1a6854d)
  • mappers: type constructors. Fixes #2 (2eaa150)

0.2.1 (2018-05-02)

Bug Fixes

  • travis: use npm t as test command (77644e8)

0.2.0 (2018-05-02)

Features

  • initial: add initial mappers and data mapper chain (0853dab)

0.1.0 (2018-05-02)