v0.6.0 view commit logs
- EC admin interface
- Relations now accepts mediaType
- React native does not define window.location
- Atob to base 64
- Some browsers not define xhr onLoad onError
v0.5.0 view commit logs
- [Corbel] Review IAM plural endpoints
/sessions
to/session
/groups
to/group
/scopes
to/scope
/devices
to/device
- Iam endpoints with domain parameters
- Adds a util that checks delay between server-client
- Delete endpoint for webfs and path prefix
- fix encoding problem in reset password methods
- changed paymentplan builder
- evci does not return location in header
- fix request without credentials
- Path & Domain order inversion in webfs
v0.4.0 view commit logs
Devices api changes:
- iam.user().registerMyDevice(data) -> iam.user().registerMyDevice(deviceId, data)
- iam.user().registerDevice(data) -> iam.user().registerDevice(deviceId, data)
update to devices from device endpoint
- iam get session endpoints
- minification
v0.3.10 view commit logs
Notifications api changes:
- notifications.notification.create -> notifications.template.create
- notifications.notification.get -> notifications.template.get
- notifications.notification.update -> notifications.template.update
- notifications.notification.delete -> notifications.template.delete
- notifications.notification.sendNotification -> notifications.notification.send
- Added notifications domain interface
v0.3.9 view commit logs
- Updated EC module with payment methods
- Updated lodash
v0.3.8 view commit logs
- Oauth support updated
- Updated oauth tests
- Fixes codeclimate build
- Reset password does not return location header
v0.3.7 view commit logs
- Fixes refresh token handler
v0.3.6 view commit logs
- Fixes ftsearch query
v0.3.5 view commit logs
- Binaries and blob support
- Get current endpoint function
v0.3.4 view commit logs
- Merged with 0.2.X, adds
.domain
implementation
v0.3.3 view commit logs
- Refactor to encode query params in SerializeParams function
v0.3.2 view commit logs
- Includes updates ACL
- Webfs
v0.3.0 view commit logs
- Added
blob
,dataURI
,stream
serializers torequest.js
v0.2.21 view commit logs
- Fixes bug with encoded urls
- Support requests in IE
- Only 1 token refresh at the time
- Fixed events hashmap
- Added
.domain
implementation for custom domain requests
v0.2.10 view commit logs
- Event handler support
addEventListener/on
,removeEventListener/off
anddispatch/trigger
v0.2.8 view commit logs
-
Assets and notifications' API have changed so now, both modules follow the main syntax
corbelDriver.assets(.*).get() -> corbelDriver.assets.asset(.*).get() corbelDriver.notifications(.*).get() -> corbelDriver.notifications.notification(.*).get()
v0.2.0 view commit logs
-
In users in module IAM, the existing methods
sendResetPasswordEmail
,create
,get
andgetProfiles
now require the constructorusers()
instead ofuser()
corbelDriver.iam.users().create(data)
-
It's important to note that
get
method exist also with constructoruser()
, but is equivalent to writeuser('me')
, and if you had it implemented in previous version, now you must useusers()
v0.1.0 view commit logs
-
Pagination change in query,
size
renamed topageSize
{ pagination : { page : 1, pageSize : 10 } }
- Response errornow it responds with an object instead of a string.
vX.Y.Z view commit logs
- ...
- ...
- ...
- ...