Skip to content

Releases: UseAllFive/angular-contentful-service

v1.3.2

17 Nov 23:01
Compare
Choose a tag to compare
  • Update version of Contentful to ^5.0.5
  • Use devDependencies instead of adding everything as a peerDependency

v1.3.1

17 Nov 00:33
Compare
Choose a tag to compare

Export service so it can be used by application

v1.3.0

16 Nov 20:00
Compare
Choose a tag to compare

Fixes two big issues:

  1. Uses peerDependencies instead of dependencies. Use of dependencies in package.json causes difficult to debug issues that result from multiple versions of the same library in a project.
  2. Downgrades to version 5.0.3 of Contentful. Version 5.0.4 has axios related errors that need be fixed on the Contentful side.

v1.0.0

28 Oct 00:00
Compare
Choose a tag to compare

The first release. This library should be ready for primetime.