- Angular 6 and RxJs 6 support
- Fixed query not using params in the datastore
- Updated RxJs in packages.json
- Updated RxJs in packages.json
- Angular 5 is released, using it as a peer dependency
- Change typescript version to be compliant with Angular 5
- Skipped some versions (broken packages)
- RxJS had to be moved to dependency, to prevent compilation error (needs investigation)
- Upgraded base library
- Upgraded TypeScript to 2.5.x
- Fixed return value types
- Upgraded TypeScript to 2.4.x
- Removed unnecessary packages from dependency
- Upgraded to Angular 5.0.0-rc.5
- First beta version, API is finalizing.
- Upgraded to Angular 5.0.0-rc.2
- Upgraded to Angular 5.0.0-rc.0
- BREAKING CHANGE: Added support for Angular 5.x and using HttpClient
- Fixed error() method in AngularCollection
- Updated base library
- Updated base library
- Fixed exported members in index.ts
- Updated base library
- Template actions (submit, update) will not fail when result is not a Collection+JSON
- Updated base library
- Updated base library
- Implemented getter new getter methods with proper types
- items method on AngularCollection class returns AngularItemStore object instead of ItemStore
- Created Angular version of the base library store object (DataStore ItemStore etc..)
- Updated base library
- Template submit and send method does not explicitly throw an error it returns an Observable.throw() instead -> this will eliminate some boilerplate on the client side
- Some methods no longer throw an error see base library
- AngularLink's follow method now accepts optional query parameters.
- Override methods to return proper types, this will eliminate the need for casting on the client side
- Updated base library
- Using correct return value types for this implementation
- Updated base library
- Updated base library
- Updated base library
- Updated base library
- Updated base library
- Observable return values are using the library interface
- Refactored variable names
- Updated base library
- The base library is now in beta
- Using new validate method in template class, which runs Template Validation and Validations Array extension checks
- Validation check moved to the base library
- Fixed presence check logic on validations
- Removed Template set and setAll methods (moved to base library)
- Length validation checks against the string length
- Fixed validation length bounds
- Updated collection-json-base library
- Implemented Validation Array extension checks
- Updated collection-json-base library
- Created AngularData class
- Implemented AngularTemplate submit and update methods
- Updated collection-json-base library
- AngularQuery send method takes an array of query parameters
- Implemented AngularQuery's send method
- Using CollectionConfigurationManager to get the Http service
- README changes, republished on npm
- First published version
- Library is INCOMPLETE and will not work properly with angular yet
- Changed file names and project structure to make it similar to collection-json-base
- Created initial version of the library (methods are not implemented properly yet)