Skip to content

Releases: linkorb/xillion

fix: avoid passing non-strings to strcmp

25 Nov 12:14
8454968
Compare
Choose a tag to compare
Merge pull request #1 from boite/master

fix: avoid passing non-strings to strcmp

fix: auto sort resources retrieved from context by date f18384d

31 May 10:19
Compare
Choose a tag to compare
v1.8.0

fix: auto sort resources retrieved from context by date

feat: allow resource writing / attribute setting

12 Apr 20:31
Compare
Choose a tag to compare
v1.7.0

feat: allow resource writing / attribute setting

feat: bundlestore

07 Apr 13:39
Compare
Choose a tag to compare
v1.6.0

feat: bundlestore

feat: refactor identifiers + document naming conventions

17 Feb 13:11
Compare
Choose a tag to compare
v1.5.0

feat: refactor identifiers + document naming conventions

feat: use psr16 cache on resourceloader

16 Feb 14:31
Compare
Choose a tag to compare
v1.4.0

feat: use psr16 cache on resourceloader

feat: basic manifest loading with caching

16 Feb 14:12
Compare
Choose a tag to compare
v1.3.0

feat: basic manifest loading with caching

feat: misc enhancements based on integration

19 Jan 15:54
Compare
Choose a tag to compare
v1.2.0

feat: add getResourcesWithAttribute on repositories

feat: refactor for multiple resources per context

19 Jan 13:18
Compare
Choose a tag to compare

Initial tagged release

29 Nov 16:10
Compare
Choose a tag to compare
feat: major refactoring

- "everything" is now a Resource (with attributes)
- ResourceTypes are now refactored into Profiles, which are Resources
- Validator is core.xillion.cloud aware, and knows how to validate profiles, attributes, data types, etc
- AttributeDefinitions are now Resources
- assets/core.xillion.cloud.yaml for core resources, attributes and profiles
- resource resolver for references
- Resources implement ArrayAccessor
- ResourceContext is mutable