Compare commits
No commits in common. "60c0db5d1d38df6b7a96a9bca6c737bfe37ea8be" and "87e5db6f08d67854ae79ee2145f991b42229efc0" have entirely different histories.
60c0db5d1d
...
87e5db6f08
3 changed files with 1 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 0.1.0a2 (2025-02-17)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- support hidden attribut
|
|
||||||
|
|
||||||
## 0.1.0a1 (2025-02-17)
|
## 0.1.0a1 (2025-02-17)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.structural_bitwarden"
|
name = "rougail.structural_bitwarden"
|
||||||
version = "0.1.0a2"
|
version = "0.1.0a1"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail structural Bitwarden"
|
description = "Rougail structural Bitwarden"
|
||||||
|
|
|
||||||
|
|
@ -65,5 +65,3 @@ class Annotator(Walk):
|
||||||
self.objectspace.informations.add(path, "bitwarden", True)
|
self.objectspace.informations.add(path, "bitwarden", True)
|
||||||
self.objectspace.informations.add(path, "default_value_makes_sense", False)
|
self.objectspace.informations.add(path, "default_value_makes_sense", False)
|
||||||
self.objectspace.properties.add(path, "novalidator", True)
|
self.objectspace.properties.add(path, "novalidator", True)
|
||||||
if 'force_default_on_freeze' in self.objectspace.properties.get(path):
|
|
||||||
self.objectspace.properties.remove(path, 'force_default_on_freeze')
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue