Yarn.social Online Meetup 25th May (See: #fcghsma for details)

JSDB 5.0.0 published ๐ŸŽ‰

โ€ข Custom classes must have a `constructor` that accepts a parameter object as its only argument. Constructors are run during deserialisation.

โ€ข Custom classes can now safely extend other classes (e.g., `EventEmitter`).

โ€ข Properties that begin with an underscore (`_`) are treated as private and ignored.

โ€ข Objects with null prototypes are supported. i.e., objects created with `Object.create(null, โ€ฆ)`.

Full details: [https://codeberg.org/small-tech/jsdb#migrating-from-earlier-versions- โ€ฆ โŒ˜ Read more

โค‹ Read More