- fix(farrow-next): should detect pathname changed in browser correctly
- fix(farrow-next): moduleContext.new is wrong, use moduleContext.use for Page Component
- feat(farrow-next): Reuse latest selected state on selector re-run
- feat(farrow-schema): support parse json for object/struct in non-strict mode
- chore: drop esm support
- fix(farrow-schema): fix typo, rename formater to formatter
- refactor(farrow-schema): refactor formatter, remove transformer
- feat(farrow-schema): support DateType
- fix(create-farrow-app): farrow build first to ensure the right api.src was replaced before client build)
- fix: the
apiClient.build
offarrow
replace the wrong content(#66)
-
feat:
farrow-schema
: addomit/pick
, addTuple
, refactorvalidator
, refactorschema
-
feat:
farrow
: supportapiClient.build
to replace the production url forgenerated files
(#65) -
feat:
farrow-next
: supportPageOptions.Providers
for injecting Provider values