You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
4
4
5
+
## v5.0.0 (2024-01-31)
6
+
7
+
### Breaking
8
+
9
+
* refactor: change how cfg variable in config files are initialised to make it easier to parse and less restrictive
10
+
11
+
BREAKING CHANGE: `cfg = CN(cfg)` is no longer allowed, use `cfg = schema.init_cfg()` or `cfg = cfg.clone()` ([`a171ed7`](https://github.com/Rizhiy/pycs/commit/a171ed77052a630f61506de212932ebe548bd5e4))
12
+
13
+
* refactor: change to use 'schema' as variable name for cfg schema
14
+
15
+
BREAKING CHANGE: Now only initialised config can be imported as cfg ([`488109e`](https://github.com/Rizhiy/pycs/commit/488109e6f197c024ba2c5106c257765139340ffd))
16
+
17
+
### Feature
18
+
19
+
* feat(utils.py): Add warning when extending config file without clone and add tests ([`6ea200d`](https://github.com/Rizhiy/pycs/commit/6ea200d88cb5b54635021bf0c0d22463f53068cc))
20
+
21
+
* feat(node.py): Add new_allowed as a property ([`f5d7a0c`](https://github.com/Rizhiy/pycs/commit/f5d7a0c75bbeea21aba14640080ee1f99d555342))
0 commit comments