Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

v0.10.0

Choose a tag to compare

@etsuo etsuo released this 01 Feb 23:07
· 128 commits to develop since this release
ec39aff

See: Milestone v0.10.0

This release contains changes that break backwards compatibility.

Breaking changes

  • The package has been renamed from @sakuraapi/api to @sakuraapi/core (#114)
  • The interface for @Private() has changed (#127)
  • the repository and npm package has been renamed (#114)

Rename of NPM package and Github Repo

  • The repository has been renamed from https://github.com/sakuraapi/api to https://github.com/sakuraapi/core
  • The npm package has been renamed from @sakuraapi/api to @sakuraapi/core. @sakuraapi/api has been marked deprecated for anything less than version v0.10.0.
  • If you are contributing to SakuraApi, you will need to update your remotes.
  • You should update your SakuraApi package.json references to reflect the new package name.

formatting to and from deep JSON object

see: #126

context for @Private

see: #127