Skip to content

Latest commit

 

History

History
122 lines (61 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

122 lines (61 loc) · 3.21 KB

Changelog

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

1.1.0 (2023-11-19)

Features

  • new camelize and camelize_str functions (7d7d3c9)

1.0.0 (2023-11-18)

0.5.10 (2023-11-18)

Features

0.5.9 (2023-03-16)

Bug Fixes

0.5.8 (2023-03-16)

Bug Fixes

  • publish lib folder to npm (0fa53e2)

0.5.7 (2023-03-16)

Bug Fixes

  • publish lib folder to npm (0fa53e2)

0.5.6 (2023-03-16)

Features

  • add typescript support (dbc168f)
  • migrate from coffee to js (44d13c0)

0.5.5 (2023-01-20)

0.5.4 (2021-09-21)

Bug Fixes

  • remove constructor from excluded properties (cf6af53)

0.5.3 (2021-09-21)

Bug Fixes

  • relax properties excluded from copy (d22c51a)

Version 0.5.2

  • fix: prevent code injection in copying properties

Version 0.5.1

  • fix: dont pollute object proto #1
  • chore: latest dependencies

Version 0.5.0

  • feat: support object with null prototype

Version 0.4.0

  • compare: new function

Version 0.3.5

  • readme: fix examples

Version 0.3.3

  • package: update adaltas url

Version 0.3.2

  • package: use files instead of npmignore

Version 0.3.1

  • mutate: immutable deep copy of object in arrays

Version 0.3.0

  • project: csj, esm and umd generation
  • project: ignore lock files

Version 0.2.0

  • snake_case: clone object with converted properties
  • merge: fix array and object merge
  • is_object_literal: new function

Version 0.1.0

  • clone: new function
  • readme: add author company

Version 0.1.0

  • package: support node version above 6
  • readme: update sample

Version 0.0.1

  • package: original commit