Skip to content

Commit

Permalink
chore(release): 8.41.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.41.0](v8.40.0...v8.41.0) (2024-01-11)

### Bug Fixes

* or-2035 add more fields to check for html ([692f1f1](692f1f1))
* or-2035 fix registreer request, check extra field in validationproblemdetails ([099da7c](099da7c))
* OR-2035 recursively apply validation rules for requests and invalidate html fields ([cd8c545](cd8c545))
* remove middleware and generic rulebuilder with rulefor and ruleforeach in respective validators ([d25ef42](d25ef42))

### Features

* OR-2035 add more tests for string and string[] ([b2274ba](b2274ba))
* or-2035 remove HtmlSanitizer ([709f6e8](709f6e8))
* or-2035 wip: add property name to prevent exception ([c77601a](c77601a))
* or-2035 wip: add seq ([ac4024c](ac4024c))
* or-2035 wip: block html ([c21a120](c21a120))
* or-2035 wip: block html through attributes ([c21ad1a](c21ad1a))
  • Loading branch information
basisregisters-vlaanderen committed Jan 11, 2024
1 parent 709f6e8 commit e12198d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [8.41.0](https://github.com/informatievlaanderen/association-registry/compare/v8.40.0...v8.41.0) (2024-01-11)


### Bug Fixes

* or-2035 add more fields to check for html ([692f1f1](https://github.com/informatievlaanderen/association-registry/commit/692f1f1c622d7622b396f1af5608285417c6b541))
* or-2035 fix registreer request, check extra field in validationproblemdetails ([099da7c](https://github.com/informatievlaanderen/association-registry/commit/099da7c4b3a87932adba99ada71202f85c950149))
* OR-2035 recursively apply validation rules for requests and invalidate html fields ([cd8c545](https://github.com/informatievlaanderen/association-registry/commit/cd8c5450fd1f681cc85a23e57143fef6f4da7ac6))
* remove middleware and generic rulebuilder with rulefor and ruleforeach in respective validators ([d25ef42](https://github.com/informatievlaanderen/association-registry/commit/d25ef42e06f811149c84a5b159dab275235de127))


### Features

* OR-2035 add more tests for string and string[] ([b2274ba](https://github.com/informatievlaanderen/association-registry/commit/b2274bab885c74e8f2a393fa38b22d5892ee4d0b))
* or-2035 remove HtmlSanitizer ([709f6e8](https://github.com/informatievlaanderen/association-registry/commit/709f6e870ef5a90f6c6de8b5d6f814504739b667))
* or-2035 wip: add property name to prevent exception ([c77601a](https://github.com/informatievlaanderen/association-registry/commit/c77601ac20dc865093e4091bcebe872ae069f06f))
* or-2035 wip: add seq ([ac4024c](https://github.com/informatievlaanderen/association-registry/commit/ac4024cf412be8f690e58e8df499b23e3fceb2aa))
* or-2035 wip: block html ([c21a120](https://github.com/informatievlaanderen/association-registry/commit/c21a1204f374554cad0234e24ef40414b2f7024d))
* or-2035 wip: block html through attributes ([c21ad1a](https://github.com/informatievlaanderen/association-registry/commit/c21ad1a0863465f91f878de6ea6b7ff688aaf9da))

# [8.40.0](https://github.com/informatievlaanderen/association-registry/compare/v8.39.0...v8.40.0) (2023-12-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "association-registry",
"version": "8.40.0",
"version": "8.41.0",
"description": "Association registry.",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit e12198d

Please sign in to comment.