2026-05-13 23:11:56 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
## Pending
|
|
|
|
|
|
2026-05-13 23:12:07 +00:00
|
|
|
|
2026-05-13 23:49:56 +00:00
|
|
|
|
|
|
|
|
## 2026-05-13 - 1.2.0
|
|
|
|
|
|
2026-05-13 23:49:51 +00:00
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- enable npm publishing in smart config (config)
|
|
|
|
|
- Turns on the npm integration in .smartconfig.json
|
|
|
|
|
- Keeps the existing Verdaccio and npmjs registries configured for publishing
|
|
|
|
|
|
2026-05-13 23:12:07 +00:00
|
|
|
## 2026-05-13 - 1.1.0
|
|
|
|
|
|
2026-05-13 23:11:56 +00:00
|
|
|
- Initial SDK package with browser and server exports.
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- add initial browser and server authentication SDK exports (sdk)
|
|
|
|
|
- introduces browser-side IdP client and typed request wrappers for authentication and organization workflows
|
|
|
|
|
- adds server-side account store, password hashing, and authentication services with local and idp.global auth support
|
|
|
|
|
- includes tests covering explicit account creation, local password authentication, and IdP email mismatch rejection
|
|
|
|
|
|