This repository was archived by the owner on Dec 27, 2024. It is now read-only.
v0.10.0
See: Milestone v0.10.0
This release contains changes that break backwards compatibility.
Breaking changes
- The package has been renamed from
@sakuraapi/apito@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/apito@sakuraapi/core.@sakuraapi/apihas 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.jsonreferences to reflect the new package name.
formatting to and from deep JSON object
see: #126
context for @Private
see: #127