Skip to content

Releases: badgateway/ketting

v6.0.1

29 Sep 00:13
f6267e8
Compare
Choose a tag to compare
  • Quick re-release. Some files were left in the dist/ directory that were
    not cleaned up.

v6.0.0

09 Sep 19:58
8c1519d
Compare
Choose a tag to compare

New major release!

Check out the Upgrading doc for all the details.

Changes from previous beta:

  • Support for Siren Actions and Hal Forms.

v5.2.2

09 Sep 02:09
2ecdf55
Compare
Choose a tag to compare
  • Add application/prs.hal-forms+json to list of mime types. (@reda-alaoui).
  • Compiles in full Typescript strict mode.

v6.0.0-beta.2

16 Aug 02:16
85412f4
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release
  • Support draft-nottingham-link-hint on Links.
  • Added: client.fetcher.advertiseKetting. Setting this to false will cause
    Ketting to not set the User-Agent header. (@madsmadsen)
  • Resource.patch() will now return a State object if the server responded
    with 200 OK and a body. (@madsmadsen)

v6.0.0-beta.1

10 Aug 22:31
45010b5
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release
  • #229: Embedded resources were not cached. (@madsmadsen)
  • #230: Respect headers property in options of refresh() function.
    (@madsmadsen)
  • Lots of Ketting 6 doc updates.
  • JSDocs everywhere gotten a fresh proof read.

v6.0.0-beta.0

07 Jul 00:00
f7a0a1b
Compare
Choose a tag to compare
v6.0.0-beta.0 Pre-release
Pre-release
  • Switched from tslint to eslint.
  • Feature complete!

v6.0.0-alpha.7

07 Jul 00:01
3eab6c9
Compare
Choose a tag to compare
v6.0.0-alpha.7 Pre-release
Pre-release
  • isState() type guard is exported.

v6.0.0-alpha.6

07 Jul 00:06
2c5c0ff
Compare
Choose a tag to compare
v6.0.0-alpha.6 Pre-release
Pre-release
  • The Links object now has a default 'context', making it easier to add
    relative links.
  • Links now has an easier to use API for setting or adding new links.
  • Links now has a .delete() method to delete by rel.

v6.0.0-alpha.5

09 Jun 02:54
3507d3f
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release
  • Added 'actions', allowing users to automatically submit actions and/or Forms
    for supported formats.
  • Action support is added for text/html and application/vnd.siren+json
  • Supported content-types for actions are application/json and
    application/x-www-form-urlencoded.
  • State objects now have a reference to Client.
  • resolve() function is now a package export, providing a cross-platform
    function for resolving urls.
  • Resource has now a updateCache function for local state changes without
    submitting to the server.
  • refresh() now emits an update event.

v6.0.0-alpha.4

07 Jul 00:06
026d60e
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release
  • Fixing bugs related to patch(), post() in the browser build.