Releases: kusanagi/katana-sdk-node
Releases · kusanagi/katana-sdk-node
Release 2.1.0
Merge pull request #62 from fcastilloes/master 2.1.0
Release 2.0.0
Added
- Support for transport API
Changed
- Move primary key to the schema entity
1.3.0
1.2.4
Fixed
- Allow multiple calls to
Action.setEntity
andAction.setCollection
- Check socket state before accessing it
Added
- Updated
File
transport schema to latest spec - Return a new empty
Param
when asking for a missing one - Add return context for
Service.action()
- Implement action tags
- Implement
Api.hasVariable()
1.2.2
1.2.1
Release 1.2.0
Added
- Support for
katana 1.2
Fixed
- Update links
1.1.10
1.1.9
1.1.8
Fixed
- Fixed transport.getData() to return empty array on empty data
- Fixed ActionSchema.getFiles()
Added
- Added request.getId() and getTimestamp()
- More unit tests
- Added getHeadersArray() and getHeaderArray()
- Added better control to private object and method access
- Added Transport freezing to avoid KATANA unhandled failures