Skip to content

Latest commit

 

History

History
288 lines (146 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

288 lines (146 loc) · 12.8 KB

3.5.4 (2024-04-01)

3.5.3 (2024-03-23)

3.5.2 (2024-03-14)

3.5.1 (2024-03-10)

3.5.0 (2024-03-05)

3.4.1 (2024-03-03)

Bug Fixes

  • correct ESM paths for dual CJS/ESM compatibility (98f53c8)

3.4.0 (2024-02-28)

Features

  • cjs/esm: add dual CJS/ESM compatibility (f60af94)

3.3.19 (2024-02-11)

3.3.18 (2024-01-28)

3.3.17 (2024-01-16)

3.3.16 (2024-01-07)

3.3.15 (2024-01-01)

3.3.14 (2023-12-24)

3.3.13 (2023-12-16)

3.3.12 (2023-12-09)

3.3.11 (2023-12-02)

3.3.10 (2023-11-25)

3.3.9 (2023-11-18)

3.3.8 (2023-11-11)

3.3.7 (2023-11-04)

3.3.6 (2023-10-28)

3.3.5 (2023-10-21)

3.3.4 (2023-10-13)

3.3.3 (2023-10-11)

Bug Fixes

  • fix #17 (improve PropertiesEditor .insert() performance) (73531d5)

3.3.2 (2023-10-11)

Bug Fixes

3.3.1 (2023-10-10)

Bug Fixes

  • fix leading space behavior on values (d7b2ee5)

3.3.0 (2023-10-10)

Bug Fixes

  • fix issue #18 (performance optimization for escapeContent) (7ea1b2b)

3.2.25 (2023-10-05)

Bug Fixes

  • fixes issue #18 (performance issue with escapeContent) (0796ea0)

3.2.24 (2023-10-04)

3.2.23 (2023-09-30)

3.2.22 (2023-09-23)

3.2.21 (2023-09-16)

3.2.20 (2023-09-09)

3.2.19 (2023-09-02)

3.2.18 (2023-08-26)

3.2.17 (2023-08-18)

3.2.16 (2023-08-11)

3.2.15 (2023-08-05)

3.2.14 (2023-08-03)

Bug Fixes

  • fix leading/trailing non breaking spaces (c782613)

3.2.13 (2023-07-29)

3.2.12 (2023-07-22)

3.2.11 (2023-07-15)

3.2.10 (2023-07-09)

3.2.9 (2023-07-01)

3.2.8 (2023-06-24)

3.2.7 (2023-06-17)

3.2.6 (2023-06-09)

3.2.5 (2023-06-02)

3.2.4 (2023-05-26)

3.2.3 (2023-05-20)

3.2.2 (2023-05-13)

3.2.1 (2023-05-06)

Bug Fixes

  • remove corejs dependency (b2c13cd)

3.2.0 (2023-05-06)

Features

  • adding Babel to transpile and minify the build (cfb0cb4)

3.1.1 (2023-04-30)

Bug Fixes

3.1.0 (2023-04-25)

Features

BREAKING CHANGES

    • re-aligned method names to be closer to SQL conventions since using upsert
    • the PropertiesEditor remove method was renamed to delete
    • the PropertiesEditor edit method was renamed to update

3.0.0 (2023-04-24)

Features

  • add new editing capabilities (3b07d98)

BREAKING CHANGES

2.2.4 (2023-04-16)

2.2.3 (2023-04-08)

2.2.2 (2023-04-01)

2.2.1 (2023-03-25)

2.2.0 (2023-03-18)

Features

  • added functions for property escaping (95379d8)

2.1.32 (2023-03-18)

2.1.31 (2023-03-11)

2.1.30 (2023-03-04)

2.1.29 (2023-02-25)

2.1.28 (2023-02-18)

2.1.27 (2023-02-11)

2.1.26 (2023-02-03)

2.1.25 (2023-01-28)

2.1.24 (2023-01-21)

2.1.23 (2023-01-15)

2.1.22 (2023-01-10)

2.1.21 (2022-12-31)

2.1.20 (2022-12-26)

2.1.19 (2022-12-19)

2.1.18 (2022-12-11)

2.1.17 (2022-12-04)

2.1.16 (2022-11-28)

2.1.15 (2022-11-18)

2.1.14 (2022-11-13)

2.1.13 (2022-11-06)

2.1.12 (2022-10-27)

2.1.11 (2022-10-20)

2.1.10 (2022-10-16)

2.1.9 (2022-10-09)

2.1.8 (2022-10-04)

2.1.7 (2022-09-30)

2.1.6 (2022-09-25)

2.1.5 (2022-09-15)

2.1.4 (2022-09-09)

2.1.3 (2022-08-30)

2.1.2 (2022-08-23)

2.1.1 (2022-08-14)

Bug Fixes

  • add missing ESLint plugin:import/typescript (603c0f3)
  • remove overly intrusive ESLint rules (425e05d)

2.1.0 (2022-08-09)

Bug Fixes

  • add end of line config for tsc (2668ebf)

Code Refactoring

  • add eslint-plugin-unicorn to help increase code quality (4658131)

BREAKING CHANGES

  • Using the node: scheme to better identify Node.js modules requires more recent Node.js versions

2.0.9 (2022-08-01)

2.0.8 (2022-07-25)

2.0.7 (2022-07-23)

2.0.6 (2022-07-17)

2.0.5 (2022-07-10)

2.0.4 (2022-07-03)

2.0.3 (2022-06-30)

2.0.2 (2022-06-18)

2.0.1 (2022-06-11)