Skip to content

Commit

Permalink
Updated the library milestones document to include the next milestone…
Browse files Browse the repository at this point in the history
… for version `0.1.1`. Additionally, updated the library releases document to include the reference for the next release of `0.1.1`.
  • Loading branch information
AzorianMatt committed Jan 17, 2024
1 parent 4ec5506 commit 4e3cd93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/wiki/project/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ truth for planned and completed milestones.
- [x] Provide support for updating data using object, dictionary, and list syntax.
- [x] Provide support for dynamic references with pass-through data typing.

### Version 0.1.1

- [x] Provide support for deleting data using object, dictionary, and list syntax.

### Version 0.2.0

- [ ] Provide support for updating data by path.
Expand Down
6 changes: 4 additions & 2 deletions docs/wiki/project/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ for planned and existing releases.
- [x] Provide support for accessing data using object, dictionary, and list syntax.
- [x] Provide support for querying data by path.
- [x] Provide support for updating data using object, dictionary, and list syntax.
- [x] Provide support for updating data by path.
- [x] Provide support for dynamic references with pass-through data typing.
- [ ] Provide support for instantiating Reflective from JSON and YAML file system paths.

### Version 0.1.1

- [x] Provide support for deleting data using object, dictionary, and list syntax.

0 comments on commit 4e3cd93

Please sign in to comment.