* Support use of `$$` to escape a literal `$` character in config strings (49).
0.1.3
* Add frozen structures to `__init__.__all__` to ensure they can be imported easily from `confection` (43).
0.1.2
- Implement `deepcopy()` for `FrozenDict` and `FrozenList` to allow setting values in function headers (41)
0.1.1
- Make `catalogue` a dev-only requirement (35). - Allow Pydantic v2 using transitional v1 support (38). - Format and lint with black/flake8/isort (39).
0.1.0
* Add checks with warnings for single-quoted values (22). * Add `util.SimpleFrozenDict` and `util.SimpleFrozenList` from spaCy (28). * Remove recursive JSON parsing of list values to preserve string values such as `["003"]` rather than parsing them as integers (33).