Skip to content

Releases: Eyevinn/VMAP

v0.3.1

04 Jul 12:14
916d414

Choose a tag to compare

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

23 Jun 07:47
2d3af20

Choose a tag to compare

This release focuses on improving performance by using new unmarshal logic.

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.3.0

v0.2.2

08 Apr 11:23

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Apr 10:42
94c5ec7

Choose a tag to compare

What's Changed

  • feat: support for JSON marshaling, unmarshaling by @Lunkers in #2

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Apr 11:45
1218d92

Choose a tag to compare

What's Changed

  • feat: custom types for VMAP offset and vast duration by @Lunkers in #1

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.2

01 Apr 09:16
1218d92

Choose a tag to compare

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

  • feat: custom types for VMAP offset and vast duration by @Lunkers in #1

New Contributors

Full Changelog: v0.1.3...v0.2

v0.1.3

19 Feb 10:40

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Feb 11:38

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

First release

14 Feb 14:50

Choose a tag to compare

First release, containing the data structures and basic tests