Since there is an ask for some features, I'd like to use this opportunity and to modernize a bit the framework. Main ambitions:
- migrate the code to TypeScript
- drop support for a build CJS format
- decompose a single file into importables
- dependencies upgrades and revision of CI/CD (just to see it still works smooth)
- add
verifiers and filters to observers so that it would be now:
- a pipeline of processing
verifiers will be added as per request and will prevent the modification
filters would be configured in a more functional approach and not configuration
Since there is an ask for some features, I'd like to use this opportunity and to modernize a bit the framework. Main ambitions:
verifiersandfilterstoobserversso that it would be now:verifierswill be added as per request and will prevent the modificationfilterswould be configured in a more functional approach and not configuration