Skip to content

Latest commit

 

History

History
219 lines (124 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

219 lines (124 loc) · 4.17 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[2.0.0] - 2019-11-16

No usage changes except removal of support for deprecated javascript engines.

Fixed

  • devDependencies update
  • standardize README and CHANGELOG markdown styling

Removed

  • Node.js <= 6 and IE <= 10 compatibility is no longer an objective of this library

[1.0.6] - 2018-05-17

Fixed

  • Fix coveralls builds using travis

[1.0.5] - 2018-05-11

Fixed

  • Use specific lodash components directly for smaller module size

[1.0.4] - 2018-04-25

Fixed

  • update dependencies
  • Update lodash to 4.17.5 to address security issue

[1.0.3] - 2018-01-03

Fixed

  • Fixed issue with null data and nested structure where error was thrown, thank you Tim de Koning

[1.0.2] - 2017-03-18

Fixed

  • Implements check for unsupported multiple ids

[1.0.1] - 2017-02-28

Fixed

  • Replace complete lodash with partial includes, thank you Saviio

[1.0.0] - 2016-11-25

Added

  • Uses export function to allowed scoped usage

[0.4.0]

Added

  • Support for specified ids properties and columns
  • Some general improvements to README
  • License changed to ISC

[0.3.0] - 2016-06-07

Added

  • Changelog
  • Custom types
  • Default values

0.2.13 - 2016-06-06

Added

  • Added eslint checks

Changed

  • Minor style and error fixes

0.2.12 - 2016-05-25

Added

  • Added type constants

Changed

  • Upgraded dependencies

0.2.11 - 2015-07-21

Added

  • Coverage badge to README
  • Build status badge to README

0.2.9 - 2015-07-20

Added

  • TravisCI build
  • Test coverage reporting

Changed

  • Now throws errors instead of Strings

0.2.8 - 2015-07-20

Fixed

  • Typo on column list length check

0.2.7 - 2015-07-20

Changed

  • Updated lodash library

0.2.6 - 2015-07-20

Changed

  • Updated q library

0.2.5 - 2015-07-19

Changed

  • Performance improvements

0.2.4 - 2015-02-02

Added

  • Additional tests around non-standard structure

0.2.3 - 2015-01-22

Fixes

  • Base layer is an object with id having ___NUMBER postfix or was mapped

0.2.2 - 2014-09-10

Added

  • Documentation updates

0.2.1 - 2014-09-05

Fixes

  • Column confusion

0.2.0 - 2014-09-04

Added

  • Type casting

0.1.4 - 2014-09-03

Added

  • Usage documentation
  • Related projects to README

0.1.3 - 2014-08-20

Added

  • Package repository property

0.1.2 - 2014-08-19

Added

  • Rename mapping

0.1.1 - 2014-08-18

Fixed

  • Package main property

0.1.0 - 2014-08-18

Added

  • Initial nest hydration project