Releases: Eyevinn/VMAP
Releases · Eyevinn/VMAP
v0.3.1
What's Changed
- Test and handle self closing empty documents in decode by @CarlLindqvist in #7
Full Changelog: v0.3.0...v0.3.1
v0.3.0
This release focuses on improving performance by using new unmarshal logic.
What's Changed
- Add functions to decode vast and vmap using xmlTokenizer by @CarlLindqvist in #5
- Faster unmarshal time by @CarlLindqvist in #6
New Contributors
- @CarlLindqvist made their first contribution in #5
Full Changelog: v0.2.7...v0.3.0
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.2
This release includes an API change that changes the TimeOffset on the AdBreak struct to a custom data type, and the Duration field on the Linear struct to another custom data type. If your application uses these fields, you'll have to rewrite your logic to handle it.
What's Changed
New Contributors
Full Changelog: v0.1.3...v0.2
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
First release
First release, containing the data structures and basic tests