Skip to content

Latest commit

 

History

History
537 lines (296 loc) · 22.1 KB

CHANGELOG.md

File metadata and controls

537 lines (296 loc) · 22.1 KB

0.27.2 (2019-09-27)

Chores
  • deps: force latest version & audit fix (1f39e14d)

0.27.1 (2019-09-26)

Chores
  • deps: fix peer resoulutions (c9b393a9)

0.27.0 (2019-09-26)

Chores
  • deps: force latest version & audit fix (eaaa9c45)
New Features
  • add flat and unflat helpers (871660a9)

0.26.4 (2019-09-24)

Chores
  • deps: force latest version & audit fix (e942f7be)

0.26.3 (2019-09-16)

Chores
  • deps:
    • force latest version & audit fix (35f79f97)
    • force latest versions & audit fix (93f61aae)

0.26.2 (2019-09-10)

Chores
  • deps: force latest version & audit fix (2af9a4f6)

0.26.1 (2019-09-07)

Chores
  • deps: force latest version & audit fix (d6830067)

0.26.0 (2019-09-07)

Documentation Changes
New Features
  • add object assign helper (40341ddf)
  • error:
    • add error normalization helper (9b6532e3)
    • allow status and code distinction (7dbf8ffe)
Tests
  • improve error status & code specs (fe24da9c)

0.25.3 (2019-09-07)

Chores
  • deps: force latest version & audit fix (68710a29)

0.25.2 (2019-08-27)

Chores
  • deps: force latest version & audit fix (4875db4e)

0.25.1 (2019-08-13)

Chores
  • deps: force latest version & audit fix (397ac573)

0.25.0 (2019-08-06)

Chores
  • deps: force latest version & audit fix (93c809f0)
New Features
  • add copyOf for deep cloning a value (68e715cb)
Code Style Changes

0.24.3 (2019-08-06)

Chores
  • deps:
    • force latest version & audit fix (3abc4b54)
    • force latest version & audit fix (cd18e2ef)
    • add test coverage deps (9664c970)
  • config: update eslint config (74fc66b1)
Code Style Changes

0.24.2 (2019-07-31)

Chores
  • deps: force latest version & audit fix (8302bdaf)

0.24.1 (2019-07-25)

Chores
  • deps: force latest version & audit fix (8ec19edf)

0.24.0 (2019-07-20)

Chores
  • deps: add test coverage deps (a36ceed6)
New Features

0.23.2 (2019-07-19)

Chores

0.23.1 (2019-07-19)

Chores
  • deps: force latest version & audit fix (a3107aa5)
  • ci: force latest node version & ensure code coverage run (30901e54)
  • setup test coverage (fd57065e)

0.23.0 (2019-07-12)

Chores
  • deps: force latest version & audit fix (6717690f)
New Features
  • make random color upper cased (8ca55602)

0.22.3 (2019-07-06)

Chores
  • deps: force latest version & audit fix (c08391f6)

0.22.2 (2019-06-27)

Chores
  • deps: force latest version & audit fix (30dacd5a)

0.22.1 (2019-06-22)

Chores
  • deps: force latest version & audit fix (d7e9166b)

0.22.0 (2019-06-19)

New Features
  • add safe JSON stringify and parse (5d76b257)
Code Style Changes

0.21.1 (2019-06-19)

0.21.0 (2019-06-16)

New Features
  • add stripHtmlTags helper (e1ea7ee1)
  • add parseTemplate to support string templates (2ae1be60)
  • add hashOf to compute object hash (a87e217d)
Tests

0.20.4 (2019-06-16)

Chores
  • deps: force latest version & audit fix (7526d6b3)

0.20.3 (2019-06-13)

Chores
  • deps: force latest version & audit fix (18d60063)

0.20.2 (2019-06-09)

0.20.1 (2019-06-09)

Chores
  • deps: force latest version & audit fix (d2c339f1)
Refactors
  • migrate pkg read to use node fs (d106789e)

0.20.0 (2019-06-08)

New Features

0.19.2 (2019-06-08)

Chores
  • deps: force latest version & audit fix (ed4afb8f)

0.19.1 (2019-06-02)

Chores
  • deps: force latest version & audit fix (4907b790)

0.19.0 (2019-05-30)

New Features

0.18.0 (2019-05-29)

Chores
  • release: compile latest source and generate latest release notes (8a2fe4ba)
  • deps: force latest version & audit fix (1d2314a7)
New Features

0.17.6 (2019-05-29)

Chores
  • deps: force latest version & audit fix (6e556393)

0.17.5 (2019-05-20)

Chores
  • deps: force latest version & audit fix (2533fcec)

0.17.4 (2019-05-12)

Chores
  • deps: force latest version & audit fix (49d57083)

0.17.3 (2019-05-08)

New Features
  • allow boolean false on value check & merged objects (722dacce)

0.17.2 (2019-05-02)

Chores
  • .npmrc: prevent npm version to commit and tag version (e0110130)
Bug Fixes
  • allow read package info from specified path or process.cwd (2564b9c3)
Code Style Changes

0.17.1 (2019-04-30)

Chores
  • ci: configure commit lint script in travis (3f728991)
  • deps: force latest version & audit fix (8a177fab)

0.17.0 (2019-04-24)

Chores
  • depedencies: force latest versions (d07b1726)
New Features
  • allow index on mapErrorToObject (6e10d777)

0.16.0 (2019-04-12)

Chores
New Features
  • support oauth v2 error object (0a285e18)

0.15.0 (2019-04-10)

Documentation Changes
  • add contributing & code of conduct docs (2cf7d4c8)
New Features
  • add versions to process info (d731cebe)
  • add version on process info (2e0d8ff3)
  • add pid, platform, ppid, title on process info (7b13cb2c)
  • add memoryUsage on process info (e7350cdc)
  • add hrtime on process info (9ad09191)
  • add egid, euid, gid, groups, uid on process info (18c7ce0e)
  • add features on process info (db531116)
  • add cwd on process info (da93ade7)
  • add cpuUsage on process info (221df455)
  • add processInfo utility (13b06724)

0.14.0 (2019-04-10)

Chores
New Features
Refactors
  • extract errors bag normalizer to utility (1b5e3045)
Tests

0.13.0 (2019-04-01)

New Features
  • add error normalizer to object (f2964009)
Refactors
  • improve error to object use cases (1a4fed76)

0.12.1 (2019-04-01)

Chores
Bug Fixes
  • convert to string before check for emptiness (e96e8508)
Tests
  • allow empty check for numbers and arrays (5ceba1d8)

0.12.0 (2019-03-24)

New Features
  • add map to lower for array values (9dd3857e)
  • add array map to upper (c719998f)

0.11.1 (2019-03-22)

Chores
  • exclude builds from lint-stage to enforce use strict on cjs (b0dca3de)

0.11.0 (2019-03-22)

New Features
  • add hasAny to check if collection has any value (5bd99aec)
  • add hasAll to check if collection has all values (951fd844)
  • add has to check if value is in collection (71d85f29)

0.10.0 (2019-03-22)

New Features
  • add camelized variable name generator (cc97b847)
  • add mergeObjects to merge list of objects to single object (e7bda400)
  • add idOf allow get an id or _id of an object (820e1fca)
Refactors
  • idOf to return undefined for object with no id (7e5381d5)
Code Style Changes

0.9.0 (2019-03-22)

Bug Fixes
  • unresolved dependencies for builds (ae500c9d)
Refactors
  • migrate to use rollup and npm scripts (a74ff669)

0.8.0 (2019-02-12)

New Features
  • implement words abbreviation generator (7afc6587)

0.7.0 (2019-02-08)

New Features
  • add areNotEmpty to check for varags emptiness (0606e794)

0.6.0 (2019-02-01)

Documentation Changes
New Features
  • add resource scope generator (5f5046e4)

0.5.0 (2019-01-30)

New Features
  • add map feature default values (c503d3e9)
  • expose map feature places tags (875a3502)
  • add map feature families (7afc38a4)
Refactors
  • rename MAP_FEATURE_GROUPS to MAP_FEATURE_NATURES (927a51d8)

0.4.2 (2019-01-29)

Chores
  • generate changelog & bump to v0.4.2 (610a199f)
Refactors
  • rename MAP_FEATURES_GROUP to MAP_FEATURE_GROUPS (b32763bb)

0.4.1 (2019-01-29)

Chores
  • genarate changelog & bump to v0.4.0 (6a078c98)
New Features
  • add map feature group constans (18841d4d)
Other Changes
Refactors
  • rename constants to use upper name convection (80f2c7d3)

0.4.0 (2019-01-29)

New Features
  • add map feature group constans (18841d4d)
Refactors
  • rename constants to use upper name convection (80f2c7d3)

0.3.0 (2019-01-28)

Documentation Changes
New Features
  • add country calling codes constants (c0a48667)
  • expose country codes constants (de750431)
  • add continent and country names constants (930dfcef)