Skip to content

v0.1.0 - Core Domain Layer

Choose a tag to compare

@dkraciun dkraciun released this 03 Jun 20:02

Axis v0.1.0 establishes the foundational EPCIS and GS1 domain model.

Highlights

  • EPCIS Document model
  • EPCIS Header and Body support
  • Master Data support
  • ObjectEvent
  • AggregationEvent
  • AssociationEvent
  • TransactionEvent
  • TransformationEvent
  • GS1 identity modeling
  • Parsing APIs
  • JSON serialization
  • TypeScript-first API
  • Automated test coverage
  • About This Release

This release intentionally focuses on the Core Domain Layer.

Axis begins by treating EPCIS as a developer-friendly domain model rather than a collection of XML structures. Developers can work with strongly typed objects that represent traceability concepts directly.

Looking Ahead

Future releases will add query capabilities, traceability graph tooling, validation APIs, XML import/export, CLI utilities, and developer examples.