Skip to content

Latest commit

Β 

History

History
566 lines (255 loc) Β· 20.6 KB

CHANGELOG.md

File metadata and controls

566 lines (255 loc) Β· 20.6 KB

1.28.2 (2024-11-18)

πŸ›  Fixes

  • use record code on upload url (9e89c7a)

1.28.1 (2024-11-12)

πŸ›  Fixes

  • add errors field on get info (88783e8)

1.28.0 (2024-10-22)

πŸš€ Features

  • get geolocation on login (db1c592)

1.27.1 (2024-09-09)

πŸ›  Fixes

  • info function disableSetCookie (849c964)

1.27.0 (2024-09-07)

πŸš€ Features

  • disableSetCookie and logout function (fe8df2b)

1.26.0 (2024-08-23)

πŸ“” Docs

  • files manager documentation (f4c2f4a)

πŸ§ͺ Tests

πŸš€ Features

πŸ›  Fixes

1.25.0 (2024-07-29)

πŸš€ Features

  • add return type to konecty client cruds (3d29055)

1.24.1 (2024-06-14)

πŸ›  Fixes

1.24.0 (2024-06-07)

πŸš€ Features

1.23.1 (2024-05-28)

πŸ›  Fixes

1.23.0 (2024-05-27)

πŸš€ Features

1.22.1 (2024-02-23)

πŸ›  Fixes

1.22.0 (2024-02-23)

πŸš€ Features

  • verify environment for avoid browser error (bf675bb)

1.21.0 (2024-02-08)

πŸš€ Features

  • with detail fields url query (ff3865e)

1.20.2 (2024-02-06)

πŸ›  Fixes

Other

1.20.1 (2024-02-06)

πŸ›  Fixes

1.20.0 (2023-11-27)

πŸš€ Features

1.19.0 (2023-11-16)

πŸš€ Features

πŸ›  Fixes

1.18.0 (2023-10-17)

πŸ§ͺ Tests

  • add tests for getForm method (fb34640)

πŸš€ Features

Other

1.17.1 (2023-09-22)

πŸ›  Fixes

  • adjust getListView with better types (3421c92)

1.17.0 (2023-09-21)

πŸš€ Features

1.16.0 (2023-09-19)

πŸ§ͺ Tests

  • add test for get listview method (0cf3ab4)

πŸš€ Features

  • add get listview method (668832b)

1.15.1 (2023-08-21)

πŸ›  Fixes

1.15.0 (2023-08-21)

πŸš€ Features

1.14.0 (2023-07-10)

πŸš€ Features

  • konecty client get menu (8f7e8ec)

1.13.1 (2023-06-06)

πŸ›  Fixes

  • update "conditions" field to be optional (86f5f7d)
  • update filter type w/ correct nesting pattern (1333aca)

1.13.0 (2023-06-06)

πŸ§ͺ Tests

  • ensure text search is sent (a4814d7)

πŸš€ Features

  • add typing for text search (8031993)

1.12.1 (2023-03-10)

πŸ›  Fixes

1.12.0 (2023-03-10)

πŸ§ͺ Tests

πŸš€ Features

1.11.0 (2023-02-17)

πŸš€ Features

  • add fields option to find and findOne (18ba3d1)

1.10.2 (2023-01-02)

πŸ›  Fixes

  • add verification to iso date format (407ca0e)

1.10.1 (2022-12-30)

πŸ›  Fixes

  • deserialize date function (343a476)

1.10.0 (2022-12-29)

πŸš€ Features

  • add filter suport to lookup function (2bfc22d)
  • add lookup function to field in a module (324f4a4)

Other

  • merge branch 'main' into feature/field-lookup (780212d)

1.9.0 (2022-12-27)

πŸ§ͺ Tests

  • fix types tests fixtures (571be31)

πŸš€ Features

  • add type util UnionToIntesection (d930a9b)

πŸ›  Fixes

1.8.0 (2022-12-14)

πŸš€ Features

  • set auth cookie on login (a9010a0)

1.7.0 (2022-12-13)

βœ‚οΈ Refactor

  • change undici to fetch (dfe0775)
  • load credential files only in node (9c690bd)

πŸš€ Features

πŸ›  Fixes

  • browser fs error (ce1f031)
  • constructor without accessKey (b4c125b)
  • plugin-proposal-private-methods (5d823c5)

1.6.4 (2022-11-22)

πŸ›  Fixes

  • serialize dates to filter (9ef2317)

1.6.3 (2022-10-06)

πŸ›  Fixes

  • errors type & field operator typo (293e7f0)

1.6.2 (2022-07-22)

πŸ›  Fixes

  • fix lookup._id filter type (bccdcb9)

1.6.1 (2022-07-08)

πŸ›  Fixes

  • return null when findOne retrieves nothing (5a67dde)

1.6.0 (2022-07-08)

πŸš€ Features

  • throw error when http result is higher than 400 (f736c9e)

1.5.6 (2022-07-08)

πŸ›  Fixes

1.5.5 (2022-06-09)

πŸ§ͺ Tests

πŸ›  Fixes

  • remove filter fields from FilterCondition to stop circular reference (cb4de27)
  • xor value & valueField on MetadataConditionFields (cdfb9cf)

1.5.4 (2022-06-09)

πŸ›  Fixes

  • add missing types in FieldOperators (a279c14)

1.5.3 (2022-06-08)

πŸ›  Fixes

1.5.2 (2022-06-08)

πŸ›  Fixes

1.5.1 (2022-06-08)

πŸ›  Fixes

  • use quotes on field names 'cause of invalid characteres (8476162)

1.5.0 (2022-06-06)

πŸš€ Features

  • export metadata command (8bc81e9)

1.4.0 (2022-06-03)

βœ‚οΈ Refactor

πŸ§ͺ Tests

πŸš€ Features

  • add config file load to konecty client (a6ef8a5)
  • konecty cli login (98479bb)

Other

  • merge branch 'main' into feat/konecty-login (8e19680)

1.3.0 (2022-06-02)

🦊 CI/CD

  • remove dist from codebase (a6c55f9)

πŸš€ Features

πŸ›  Fixes

  • fix base modules definitions (a8aadf0)

1.2.0 (2022-06-01)

βœ‚οΈ Refactor

🦊 CI/CD

πŸš€ Features

  • add filter type (a4e1431)
  • create module and type from metadata (c0192b3)
  • konecty module find methods (ab79e94)

πŸ›  Fixes

1.1.0 (2022-05-26)

πŸ§ͺ Tests

  • refactor test to accept br tag with closing tag (f487be5)

πŸš€ Features

πŸ›  Fixes

  • add closing tag for the br (14fdebf)

1.0.1 (2022-05-25)

πŸ›  Fixes

1.0.0 (2022-05-25)

βœ‚οΈ Refactor

πŸ’ˆ Style

πŸ“” Docs

🦊 CI/CD

πŸ§ͺ Tests

πŸš€ Features

  • build class command (630010b)
  • create interface and docs command line (bed6b7d)
  • type generator (548764d)

Other