Skip to content

Releases: netglue/prismic-cli

prismic-cli 1.0.3

16 Dec 10:10
1.0.3
4b92ef5
Compare
Choose a tag to compare

Added

  • #31 Adds workflow to automate dependabot upgrades
  • #32 Adds a workflow to check for unused and missing composer dependencies

Changed

  • #30 Allows installation with Symfony Console ^6

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 1.0.2

08 Oct 15:53
1.0.2
c3dafd0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Bumps netglue/prismic-client to ^1.0.0 which is not a BC break because only the version number has changed indicating the first stable.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 1.0.1

07 Oct 12:59
1.0.1
03650a7
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 1.0.0

01 Oct 12:42
1.0.0
26a11a0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Updates locked deps.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 0.4.2

02 Sep 14:11
0.4.2
a1f1049
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 makes sure that dependencies are loadable when the user opts out of the custom type api tooling.

prismic-cli 0.4.1

02 Sep 13:17
0.4.1
8b6308c
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #6 adds config.select = null to links that do not have to be a specific type to match the structure returned from the api. This helps to reduce noise in diffs…

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 0.4.0

02 Sep 11:55
0.4.0
a7fbd25
Compare
Choose a tag to compare

Added

  • primo:types:download - A console command that can download all document type definitions to local storage using the Prismic Custom Types API.
  • primo:types:upload - A console command that can upload local document type definitions to the Prismic Custom Types API.
  • primo:types:diff - A console command that can show a colour diff between local and remote document type definitions.
  • To facilitate the commands above, a new persistence abstraction has been introduced for local and remote storage, including a dependency on netglue/prismic-doctype-client.

Changed

  • Factories that produce some kind of HTTP API Client, now make use of php-http/discovery for finding dependencies, but still prefer those that have been configured in the container.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 0.3.0

03 Mar 12:33
0.3.0
10f95c6
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Switch CI workflows.

Deprecated

  • Nothing.

Removed

  • The Api Info command no longer lists all the known tags - this is getting deprecated/removed from the initial api response.

Fixed

  • Nothing.

prismic-cli 0.2.0

16 Oct 13:32
0.2.0
0c96bab
Compare
Choose a tag to compare

Added

  • New commands that help with dumping information about the currently configured repository.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

prismic-cli 0.1.4

16 Oct 11:10
0.1.4
57a16d8
Compare
Choose a tag to compare

Added

  • A smoke test to make sure that the build command runs over the examples without any errors.

Changed

  • Changed coding standard to be closer to Doctrine/Slevomat standard
  • Updated the default PHPUnit config for compatibility with recent versions

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.