Releases: Henry-Sarabia/apicalypse
Releases · Henry-Sarabia/apicalypse
Patch v1.0.3
Patch v1.0.2
- Bugfixes
- Rename outdated function names from the
blank
package (#15)
- Rename outdated function names from the
Patch v1.0.1
- Bugfixes
- Replace package
whitespace
with packageblank
. (#12)
- Replace package
Major v1.0.0
Issues for initial release v1.0.0
-
Features
- Query
- Create apicalypse compliant queries using intuitive functional options.
- Request
- Create requests with an apicalypse compliant payload using intuitive functional options.
- Functional Options
- Set the limit, offset, fields, exclusions, filters, and search queries of an apicalypse query by passing in well-defined first-class functions.
- Catch and prevent common errors before sending your invalid query on its way.
- Write DRY code with functional option composition.
- Functional Option Composition
- Promote code reuse by composing commonly used query options into their own unique option.
- Query
-
Pledges
- Fully Tested
- Rely on unit tests and continuous integration to be sure the package you're depending on doesn't break!
- Fully versioned
- Rely on semantic versioning and git tags to stay on top of the latest changes and (hopefully uncommon) breaking changes.
- Fully Tested