|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [0.1.0-alpha.0](https://github.com/lox-space/lox/releases/tag/lox-io-v0.1.0-alpha.0) - 2024-07-19 |
| 10 | + |
| 11 | +### Other |
| 12 | +- Rename lox-utils to lox-math because the former is taken ([#146](https://github.com/lox-space/lox/pull/146)) |
| 13 | +- Add crate descriptions ([#145](https://github.com/lox-space/lox/pull/145)) |
| 14 | +- Align versions ([#143](https://github.com/lox-space/lox/pull/143)) |
| 15 | +- Release preparation ([#140](https://github.com/lox-space/lox/pull/140)) |
| 16 | +- Add support for empty lines |
| 17 | +- Get clippy happy |
| 18 | +- Change vec reference to slice |
| 19 | +- Implement field prefix and postfix checking |
| 20 | +- Clean-up test formatting |
| 21 | +- Fix the unit test |
| 22 | +- Add converter for state vector value to oem type |
| 23 | +- Add minor comment explanation |
| 24 | +- Implement support for META_START and META_STOP |
| 25 | +- Fix end of input error |
| 26 | +- Add rustdoc for KVN deser for OemType |
| 27 | +- Make function non-public |
| 28 | +- Fix id and version fields for KVN |
| 29 | +- Implement OEM KVN test |
| 30 | +- Implement type converters for public errors |
| 31 | +- Implement covariance matrix parser |
| 32 | +- Fix whitespace parsing |
| 33 | +- Implement a parser for state vector |
| 34 | +- Enable serializer for OEM type |
| 35 | +- Remove _new suffix from parsers |
| 36 | +- Remove nom types |
| 37 | +- Remove superfluous lifetimes to get clippy happy |
| 38 | +- Explain it is generated code |
| 39 | +- Encapsulate kvn string split |
| 40 | +- Add trait for XML deserialization |
| 41 | +- Encapsulate the quickxml deserialization |
| 42 | +- Fix comment wrap |
| 43 | +- Clean-up extra commas |
| 44 | +- Expand KVN spec comment |
| 45 | +- Fix typo in rustdoc |
| 46 | +- Make single-variant enum into struct |
| 47 | +- Add Error derive |
| 48 | +- Make KvnDeserializerErr cloneable |
| 49 | +- Add _list suffix for consistency |
| 50 | +- Make error payload an owned string |
| 51 | +- Remove unused types |
| 52 | +- Hide doctest line |
| 53 | +- Document relaxations and limitations |
| 54 | +- Document KVN parsers |
| 55 | +- Change date format |
| 56 | +- Add whitespace to fix false positives |
| 57 | +- Simplify version field handling by reodering |
| 58 | +- Indicate module is for combined instantiation |
| 59 | +- Add doc tests |
| 60 | +- Simplify parsing imports |
| 61 | +- Add KVN parsing tests |
| 62 | +- Make the id value optional for KVN |
| 63 | +- Simplify the wrapped types |
| 64 | +- Make the parser visible in the crate |
| 65 | +- Derive KVN deserialization code |
| 66 | +- Clean-up string type |
| 67 | +- Add module docs |
| 68 | +- Reexport the KVN deserializer types |
| 69 | +- Remove debug println |
| 70 | +- Add missing copyright header |
| 71 | +- Add submodule rustdoc |
| 72 | +- Restructure public interface |
| 73 | +- Remove superfluous types |
| 74 | +- Move user-facing classes into the main namespace |
| 75 | +- Fix unused with_unit |
| 76 | +- Make clippy happy |
| 77 | +- Move ndm parsing to lox-io |
| 78 | +- Implement `DeltaUt1Tai` provider ([#101](https://github.com/lox-space/lox/pull/101)) |
| 79 | +- Split up `lox-eop` ([#100](https://github.com/lox-space/lox/pull/100)) |
| 80 | +- Enable LSK kernel parsing in `lox-io` ([#98](https://github.com/lox-space/lox/pull/98)) |
| 81 | +- Core No More ([#68](https://github.com/lox-space/lox/pull/68)) |
0 commit comments