Releases: pauldcomanici/oia
Releases Β· pauldcomanici/oia
babel-plugin-auto-logger-v2.0.0
- π₯ package is now pure ESM. Please read this
babel-plugin-auto-logger-v1.2.4
- π Update dependencies
- π Update README
amiddy-v3.0.0
- π₯ package is now pure ESM. Please read this
amiddy-v2.2.1
- π Update dependencies
- π Update README
amiddy-v2.2.0
- π Update dependencies
- π Fix the link to the config documentation (when clicking from npm)
- π Ability to use a base configuration and tokens file to generate amiddy configuration. #16
amiddy-v2.1.0
- π Update dependencies
- π Ability to provide own files (cert & key) for the certificate
babel-plugin-auto-logger-v1.2.3
- π Plugin should not throw an error when catch clause does not contain parameters
babel-plugin-auto-logger-v1.2.2
- π Update dependencies
- π Use stringLiteral instead of identifier when building object keys
amiddy-v2.0.0
- π Upgrade guide from v1 to v2, see v1->v2.md
- π₯ Ability to set custom response headers for every request
- π Ability to save response for a proxy-request made to a dependency
- π Ability to define mocks for dependencies.
- π Move config documentation under docs/config
- π Extend logger response to accept startDate as 0
- π Extend logger response to display if the request is a mock or proxy
- π Ability to build Url object based on dependency data
- π - Setup service that prepares folder for recorded files
- π - Prepare defaults for proxy & options
- π - Integrate setup at startup
- π - Option to ignore patterns when recording response
- π - Ability to write file
- π - Ability to enable/disable mocking or to disable a specific mock
- π Refactor data generation for registry
- π moved project source to monorepo (from https://github.com/darkyndy/amiddy)
babel-plugin-auto-logger-v1.2.1
π ability to log arguments as object when output.type
is simple
and argsAsObject
is true