Releases: gaelcolas/datum
Releases · gaelcolas/datum
v0.39.1-preview0004
v0.39.1-preview0003
[v0.39.1-preview0003]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
- Added support for specifying the encoding (#87).
- Added more tests and test data.
Changed
- Updated new build.ps1 from sampler.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object). - Fixed how issue not allowing Datum handlers to be used on arrays (#89).
- Fixed an issue visible in the test log: https://synedgy.visualstudio.com/Datum/_build/results?buildId=633&view=logs&j=14d0eb3f-bc66-5450-3353-28256327ad6c&t=c344f041-83bb-5f7b-1678-8a78f1873256&l=79.
v0.39.1-preview0002
[v0.39.1-preview0002]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
- Added support for specifying the encoding (#87).
Changed
- Updated new build.ps1 from sampler.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object). - Fixed how issue not allowing Datum handlers to be used on arrays (#89).
v0.39.1-preview0001
[v0.39.1-preview0001]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
Changed
- Updated new build.ps1 from sampler.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object).
v0.39.0
[v0.39.0]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
Changed
- Updated new build.ps1 from sampler.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object).
v0.39.0-preview0002
[v0.39.0-preview0002]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
Changed
- Updated new build.ps1 from sampler.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object).
v0.39.0-preview0001
[v0.39.0-preview0001]
Added
- Corrected a typo and incorrect debug information.
- New CI process.
Fixed
- Fixed issue in Merge-DatumArray where it used ArrayList.AddRange to add hashtables (each key/value pair is added as a new object),
where Add should have been used (each hashtable is a new object).