Skip to content

Latest commit

 

History

History
152 lines (98 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

152 lines (98 loc) · 10.4 KB

3.2.1 (2022-08-04)

Bug Fixes

  • fix package.json path in start file (a2d2615)

3.2.0 (2022-08-04)

Bug Fixes

  • add encryption support (69758f8)
  • add encryption support (5f40d58)
  • add encryption support (0d5b715)
  • add support for all variable types (9bd07ca)
  • callback type check (4aa1d65)
  • change database management settings (9ff70cf)
  • change existing folder path management (3feeb32)
  • change name formatting (72ad581)
  • change path management (6b35f90)
  • change project root (06f15a1)
  • change project root directory (0eb37ec)
  • change result variable (ce3921b)
  • change return mode of variables (378f3e1)
  • change the way to delete files and directories (a4d4bcc)
  • fix addition modes and adapt for encoding (740adac)
  • fix save method added encryption support (df78803)
  • fix the way to delete the data (e3b15c2)
  • hide security files (f5b488d)
  • toggle management between Booleans (5e72629)

Features

  • add a directory manager (5b2c616)
  • add database reader with encryption support (a1f24b4)
  • add new database creation method (4ba719f)
  • general encryption managers (4dcc6cb)

3.1.1 (2022-07-12)

Bug Fixes

  • fix the encryption security key typing checks (bbb809f)
  • fix the encryption security key typing checks (9f21878)
  • lib/src: fix the main root of commands (1793b1b)

3.1.0 (2022-07-11)

Bug Fixes

  • cypt: adjust support for encrypted data (769db3b)

Features

  • add encrypted data support (e1d8ca6)
  • cypt: add general encryption manager (2a54cbf)
  • cypt: add new encryption feature (61e7986)

3.0.3 (2022-07-02)

Bug Fixes

  • remove: fix the remove method to remove itself (f333ef9)

3.0.2 (2022-06-21)

Bug Fixes

  • splice: add a deep object filter in the splice method (dfe4531)

3.0.1 (2022-06-17)

Bug Fixes

  • delete a useless function check (d922511)

3.0.0 (2022-06-17)

Bug Fixes

  • change the distribution of database names (b26b1ba)

BREAKING CHANGES

  • The function no longer accepts infinite parameters to define the database name, now all names must be passed in an array in the first parameter of the function only.

2.0.0 (2022-06-17)

Bug Fixes

  • remove warnings for discontinued functions (89f88fa)

BREAKING CHANGES

  • All functions related to "Childs" have been migrated to "Database"

1.0.0 (2022-06-17)

Bug Fixes

  • add jsdoc (902436a)
  • adding jsdoc (f2c67fc)
  • adding jsdoc (2742ad3)
  • arrange indentation in string formatting file (4769668)
  • change callback function verification (1798232)
  • change default name of database file (3973ffc)
  • change invite link to support server (cbf08f2)
  • change number limit until infinite (ae989ad)
  • change parseNames to format file (908cfa4)
  • change the return of the databases (d71a42a)
  • fix bugs in readme (3cfe9da)
  • fix file save in existing subfolder (a61fb95)
  • fix splice method and add jsdoc (4ae861b)
  • fix the push method to save data. (2a25cfc)
  • fix the remove function to remove the others databases (07aaf77)
  • fix the splice method for objects and arrays (344fb5d)
  • fix version problem (0a93bfb)
  • hide future information in the documentation (8058e1a)
  • hide test folder (547699c)
  • jsdoc for concat method (5b66148)
  • maintenance in jsdoc (73f3c72)
  • save datas and add jsdoc (af3bd2d)
  • semver: add semantic versioning (faa2f26)
  • update links in doc files (71996a8)
  • update package version (bdda2f4)

Features

  • add all file handlers (1675767)
  • add all method files (80e961c)
  • add an infinite value parser (6e6ddcb)
  • add data toggle method (b8821af)
  • add method definitions (d682315)
  • add method that returns data as object (703feda)
  • add methods exporter (e0c7024)
  • add MIT LICENCE (59e0502)
  • notify discontinued functions (7be36c5)