Skip to content

Commit

Permalink
move tests to circuitpython-unittest, fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
elpekenin committed May 31, 2024
1 parent 681197f commit d9e66c3
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 312 deletions.
15 changes: 12 additions & 3 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Changelog
=========


Version 0.1.8 (1st Jun 2024)
----------------------------

* Fix #6 (@dtcooper), "selected" table should not be reset upon finding an empty line
* Remove functionality (against common libraries) to accept strings in `load` and `dump`
* Remove `ignore_exc`


Version 0.1.7 (6th Apr 2024)
----------------------------

* Correct wront assumptions in the code (fix #5)
* Fix #5 (@joshua-beck-0908), we can handle multiple strings! (and some refactor)


Version 0.1.6 (21th Dec 2023)
Version 0.1.6 (21st Dec 2023)
----------------------------

* Cleanup some typing and var names
Expand All @@ -24,7 +33,7 @@ Version 0.1.5 (18th Dec 2023)
Version 0.1.4 (27th Nov 2023)
----------------------------

* Fix #3 (@jepler), remove all `del`'s
* Fix #3 (@jepler), should not crash with empty mappings
* Add test case for empty dicts to cover edge cases like the one above


Expand Down
Loading

0 comments on commit d9e66c3

Please sign in to comment.