Skip to content

Releases: netglue/primo

1.5.0

19 Sep 21:48
1.5.0
78ca392
Compare
Choose a tag to compare

Release Notes for 1.5.0

Feature release (minor)

1.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2

enhancement

dependencies

1.4.0

04 May 23:14
1.4.0
3785207
Compare
Choose a tag to compare

Release Notes for 1.4.0

Feature release (minor)

1.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 1

dependencies,enhancement

chore,dependencies

1.3.0

04 Nov 16:38
1.3.0
1a0b249
Compare
Choose a tag to compare

Release Notes for 1.3.0

Feature release (minor)

1.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2

dependencies

enhancement

chore,enhancement

chore

1.2.0

12 Oct 14:27
1.2.0
5d630ed
Compare
Choose a tag to compare

Release Notes for 1.2.0

Feature release (minor)

1.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 1

chore

enhancement

1.1.0

31 Jan 13:13
1.1.0
f9f13ae
Compare
Choose a tag to compare

Release Notes for 1.1.0

1.1.0

primo 1.0.1

08 Oct 15:50
1.0.1
3853ba0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Bump netglue/prismic-client to ^1.0 - which should have been done before releasing 1.0 here. No BC breaks though ;)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

primo 1.0.0

08 Oct 15:13
1.0.0
a7efdd6
Compare
Choose a tag to compare

Added

  • Nothing. This release is identical to 0.6.1 and is considered the first stable.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

primo 0.6.1

07 Oct 14:23
0.6.1
bfee198
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

primo 0.6.0

15 Jul 10:51
0.6.0
bff62cb
Compare
Choose a tag to compare

Added

  • #31 Adds a route name for both the preview and webhook routes. The routes are opt-in anyway, but you would typically execute (new RouteProvider())($app, $container); in your routes.php configuration file to benefit from these features. Adding the route name enables you to identify these routes and target them more easily. Both route names are identified with public constants that you can get from the RouteProvider with:
    • \Primo\RouteProvider::PREVIEW_ROUTE_NAME
    • \Primo\RouteProvider::WEBHOOK_ROUTE_NAME

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #32 adds a workflow using Composer Require Checker to make sure that all dependencies used in the code are declared in composer.json… and also declares the ones that were missing.
  • #33 adds vimeo/psalm static analysis tool to dev dependencies and CI

primo 0.5.4

05 Jul 10:20
0.5.4
a3271b4
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Update constraints for netglue/prismic-client to >= 0.5 < 1.0 so that minor versions in the ^0 series will get updated.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.