You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to separate client and server concerns, this library should absorb (and simplify) the parse/validate logic of @siren-js/core since a server should not need to perform those operations, and if they do, that likely means the server also acts as a client and should therefore use is library. From there we can write a library better tailored to Siren servers and deprecate @siren-js/core.
The text was updated successfully, but these errors were encountered:
… Models (#13)
Remove `SirenClient` class in favor of top-level functions (see below).
Remove support for Node.js.
Add `follow`, `submit`, and `parse` functions.
Add TypeDoc for automated doc generation.
Absorb Siren element classes from `@siren-js/core`.
Simplify default serializer.
Resolves: #11, #12, #17
In an attempt to separate client and server concerns, this library should absorb (and simplify) the parse/validate logic of
@siren-js/core
since a server should not need to perform those operations, and if they do, that likely means the server also acts as a client and should therefore use is library. From there we can write a library better tailored to Siren servers and deprecate@siren-js/core
.The text was updated successfully, but these errors were encountered: