Skip to content

Latest commit

 

History

History
119 lines (65 loc) · 6.83 KB

CHANGELOG.md

File metadata and controls

119 lines (65 loc) · 6.83 KB

2.0.0 (2023-10-15)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • Update @faker-js@faker to 8.1.0
  • add support for node 18 and fix all the dependecies issues

1.5.0 (2022-08-31)

Features

  • filter: allow more duration expression on filter function (1c8363f)

1.4.0 (2022-08-17)

Bug Fixes

  • cli: fix buffer argument validation (10cb284)

Features

  • test: add more testing tool and fix common errors (b2241d9)

1.3.1 (2022-08-09)

Bug Fixes

  • husky: fail silently husky installation (a0df2aa)

1.3.0 (2022-08-09)

Bug Fixes

  • ci: try avoid husky reject the commit from semantic-release (fc17ded)
  • vagrant: fix test database provision (44ebc6d)
  • vagrant: fix vagrant provision script (250af84)

Features

  • dependecies: upgrade faker, yargs and eslint and adjust code based on faker breaking changes (2daab72)
  • lint: add husky to enforce commit message format (7b44711)

1.2.2 (2022-06-16)

Bug Fixes

  • dependecies: Fix npm audit warnings (c6515bc)

1.2.1 (2022-04-14)

Bug Fixes

  • dependecies: Remove npm audit warning (633533d)
  • tests: Fix unit tests (f35d91e)
  • typos: Rename variable and fix several typos in the docs (d2ad1a8)

1.2.0 (2022-02-21)

Bug Fixes

  • docs: Fix typos (9c13472)
  • docs: Remove tabs from on usage entry (614689d)
  • provision: Fix provision script for vagrant env (8d2f968)

Features

  • docker: Add docker file to allow test the CLI on no-node envs (5560183)
  • docker: Add initial dockefile to allow test the CLI on no-node envs (258e3c7)
  • docs: Remove steps section (a345408)
  • docs: Update docs (0d0e0cf)
  • structure: Remove src folder and move funciton under lib (00446b9)
  • test: Create a schema file (63480e7)
  • test: Add pganonymize pip packages for comparison (9f2d5cd)

1.1.2 (2022-01-26)

Bug Fixes

  • build: Remove useless npm packages and reduce npm package size (cacf413)

1.1.1 (2022-01-25)

Bug Fixes

  • build: Fix typo on build (2388ed4)
  • build: Use a different token (8437b2d)
  • build: Use a generated token instead (9f685fa)
  • build: Use correct token and give correct permissions (bdabdd9)
  • githubactions: Fix workflow and add custom config file file for semantic-releases (e932c0b)
  • githubactions: Fix workflow and use environment (08cacb6)
  • semantic-release: Fix release.config.js file (6adc183)
  • semantic-release: Fix semantic-release config (ddddd6f)
  • semantic-releases: Try using personal token (feb89cb)
  • semantic-releases: Use persist-credentials property on checkout (fcd4b30)