Skip to content

Latest commit

 

History

History
637 lines (329 loc) · 28.9 KB

CHANGELOG.md

File metadata and controls

637 lines (329 loc) · 28.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.87 (2025-01-20)

Features

  • deprecate node client and allow multiple client instances to each log in own users (17b42f4)

1.0.0-beta.86 (2024-12-28)

Bug Fixes

  • entity search functions handling of null values (6ac0335)

1.0.0-beta.85 (2024-12-27)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.84 (2024-12-21)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.83 (2024-12-20)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.82 (2024-12-15)

Features

  • migrate to es modules, upgrade all packages, migrate to Svelte 5 (3f2b9e5)

1.0.0-beta.81 (2024-09-28)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.80 (2024-09-28)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.79 (2024-09-28)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.78 (2024-09-27)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.77 (2024-09-26)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.76 (2024-09-25)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.75 (2024-09-24)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.74 (2024-09-21)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.73 (2024-09-20)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.72 (2024-09-20)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.71 (2024-09-20)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.70 (2024-09-20)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.69 (2024-09-19)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.68 (2024-09-19)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.67 (2024-09-03)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.66 (2024-08-06)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.65 (2024-08-05)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.64 (2024-08-04)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.63 (2024-06-18)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.62 (2024-06-15)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.61 (2024-06-14)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.60 (2024-06-14)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.59 (2024-06-14)

Features

  • add uniqueness constraint feature, refactor some types (8133d32)

1.0.0-beta.58 (2024-06-12)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.57 (2024-06-12)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.56 (2024-06-11)

Features

  • allow connections where tokens are not renewed (39071a5)

1.0.0-beta.55 (2024-05-26)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.54 (2024-05-26)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.53 (2024-05-26)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.52 (2024-05-25)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.51 (2024-04-12)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.50 (2024-04-08)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.49 (2024-03-04)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.48 (2023-11-10)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.47 (2023-11-10)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.46 (2023-08-29)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.45 (2023-07-17)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.44 (2023-07-13)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.43 (2023-07-12)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.42 (2023-07-12)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.41 (2023-07-12)

Features

  • remove synchronous database queries (b579fb2)
  • rewrite server side async api to match client side api (9c537a8)

1.0.0-beta.40 (2023-07-10)

Bug Fixes

  • rewrite updateArray function to fix it (22185c7)

1.0.0-beta.39 (2023-07-09)

Bug Fixes

  • go back to older code for updateArray, but better number handling (7a58c98)

1.0.0-beta.38 (2023-07-09)

Bug Fixes

  • pull value from the array in updateArray function (352d1ea)
  • simplify updateArray code (348154c)

1.0.0-beta.37 (2023-07-09)

Bug Fixes

  • correctly iterate through new arrays on updateArray pubsub method (27d7cc8)

1.0.0-beta.36 (2023-07-09)

Bug Fixes

  • use code 1000 for closing pubsub connection (cbd56af)

1.0.0-beta.35 (2023-06-14)

Features

  • add iteratable server call support using event streams (fa7c1ec)

1.0.0-beta.34 (2023-05-13)

Bug Fixes

  • subscribeWith making guid null (dbb38d4)

1.0.0-beta.33 (2023-05-13)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.32 (2023-05-13)

Features

  • issue initial request with pubsub instead of rest on subscribe (8a232d2)

1.0.0-beta.31 (2023-05-12)

Bug Fixes

  • pubsub client reconnect multiple times issue (bba0897)

1.0.0-beta.30 (2023-05-12)

Features

  • allow providing getEntityClass with a class instead of string (ecd64c1)

1.0.0-beta.29 (2023-05-08)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.28 (2023-05-05)

Bug Fixes

1.0.0-beta.27 (2023-05-04)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.26 (2023-05-04)

Features

  • update packages and migrate to mysql2 (72ad611)

1.0.0-beta.25 (2023-05-04)

Features

  • add flags to disable rest and pubsub support on an entity class (52106a3), closes #1

1.0.0-beta.24 (2023-05-02)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.23 (2023-05-02)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.22 (2023-05-01)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.21 (2023-05-01)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.20 (2023-04-30)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.19 (2023-04-29)

Bug Fixes

1.0.0-beta.18 (2023-04-27)

Features

  • add the ability to switch to a user without their password (ca4466a)

1.0.0-beta.17 (2023-04-24)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.16 (2023-03-31)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.15 (2023-03-23)

Features

  • add option to sort results by a property (16384e7)

1.0.0-beta.14 (2023-03-17)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.13 (2023-03-16)

Features

  • add noAutoconnect option to pubsub client (266e715)

1.0.0-beta.12 (2023-03-04)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.11 (2023-02-27)

Features

  • allow customizing HTTP status codes in response from server called methods (8c5c3d4)

1.0.0-beta.10 (2023-01-19)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.9 (2023-01-09)

Bug Fixes

  • reworked $is and $equals to better work with new instance based classes (b1f3f0c)

1.0.0-beta.8 (2023-01-09)

Features

  • make entities in nymph client instance specific too (1029f06)

1.0.0-beta.7 (2023-01-05)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.6 (2023-01-05)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.5 (2022-11-24)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.4 (2022-11-23)

Bug Fixes

  • client entity patch returning opposite result (c29260c)

1.0.0-beta.3 (2022-11-21)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.2 (2022-11-21)

Note: Version bump only for package @nymphjs/client

1.0.0-beta.1 (2022-11-21)

Bug Fixes

  • adjust typescript targets to output node 16 code (36f15a6)

1.0.0-beta.0 (2022-11-16)

Features

  • update packages and fix issues, new guid package to use latest esm nanoid (fd66aab)

1.0.0-alpha.43 (2022-03-07)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.42 (2022-03-06)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.41 (2022-03-06)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.40 (2022-03-05)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.39 (2022-03-05)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.38 (2022-02-10)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.37 (2022-02-02)

Bug Fixes

  • wrap response.text call in try block (26b457a)

1.0.0-alpha.36 (2022-01-26)

Features

  • entity count return option (f1e34e8)
  • support subscribing to queries with qref in pubsub server (6d9a0af)

1.0.0-alpha.35 (2022-01-19)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.34 (2022-01-08)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.33 (2022-01-08)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.32 (2022-01-08)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.31 (2022-01-08)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.30 (2022-01-07)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.29 (2022-01-07)

Features

  • add additionalData in register and login data (b906cd6)

1.0.0-alpha.28 (2022-01-07)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.27 (2022-01-05)

Features

  • update smui to latest versions (7ed7bd3)

1.0.0-alpha.26 (2021-12-30)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.25 (2021-12-30)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.24 (2021-12-30)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.23 (2021-12-30)

Features

  • add optional weakly referenced cache to client lib (fbb184c)

1.0.0-alpha.22 (2021-12-14)

Features

  • update smui to latest versions (912873b)

1.0.0-alpha.21 (2021-11-29)

Features

  • open sleeping reference props to protected, allow custom property definitions in data proxies (79779c3)

1.0.0-alpha.20 (2021-11-24)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.19 (2021-11-18)

Features

  • update smui and other packages to latest versions (2465340)

1.0.0-alpha.18 (2021-11-09)

Features

  • move entity sorter to its own package and add more features (ef57460)

1.0.0-alpha.17 (2021-10-14)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.16 (2021-10-14)

Bug Fixes

  • don't ignore built files in npm packages (7d688db)

1.0.0-alpha.15 (2021-10-14)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.14 (2021-10-14)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.13 (2021-10-14)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.12 (2021-10-13)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.11 (2021-10-13)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.10 (2021-10-12)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.9 (2021-10-12)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.8 (2021-10-12)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.7 (2021-10-05)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.6 (2021-10-05)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.5 (2021-09-30)

Note: Version bump only for package @nymphjs/client

1.0.0-alpha.4 (2021-09-27)

Features

  • use new instances of nymph for server and pubsub requests (0c18fab)

1.0.0-alpha.3 (2021-09-22)

Features

  • allow multiple instances of Nymph Client (81eacd7)
  • migrate Tilmeld Client to new instance based Nymph Client (dffe83b)
  • move to fully instance based design, no more globals (c036220)

1.0.0-alpha.2 (2021-09-21)

Features

  • support qref queries from the client (3c8bef0)
  • support qref queries in the query parser (71169a2)

1.0.0-alpha.1 (2021-09-06)

Bug Fixes

  • add factorySync on client (c1591f3)
  • clean lib dirs correctly (ef7663e)
  • entities waking up when accessing just guid or a property (25ebdc7)
  • export all defaults also as named exports (7555190)
  • pubsub server and client are working now. needs more tests (add109c)
  • pubsub subscriptions for a query with a limit now work as expected (d9af654)
  • require class in query options on client (20b0731)
  • return boolean from entity delete (7cb644d)
  • server error response was caught early (34e807d)
  • subscriptions to single entity changes and uids (dd4f75e)
  • typescript errors because caught errors were unknown type (73425ab)

Features

  • finished personal account registration and management (b7d0935)
  • migrate PubSub server (b406b57)
  • migrated Nymph client code (605109e)
  • migrated Tilmeld client (fc7e380)