Skip to content

Releases: noerd-dev/customer

v0.3.29

Choose a tag to compare

@cbeckermuc cbeckermuc released this 10 Sep 11:53

Added

  • Laravel Boost guideline (resources/boost/guidelines/core.blade.php), AGENTS.md + CLAUDE.md and a guideline render test, so AI agents in every host project get the module rules through php artisan boost:update.

Full Changelog: v0.3.28...v0.3.29

v0.3.28

Choose a tag to compare

@johbrock johbrock released this 03 Sep 22:34

Support noerd/noerd 0.16.

v0.3.27

Choose a tag to compare

@johbrock johbrock released this 03 Sep 17:34

Compatible with noerd/noerd 0.15.

v0.3.26

Choose a tag to compare

@johbrock johbrock released this 02 Sep 21:30

Changes since v0.3.25

  • Link a customer to a website user through a real website_user_id column instead of the dropped user_id
  • Consolidate the test suite and close coverage gaps

v0.3.20

Choose a tag to compare

@johbrock johbrock released this 27 Aug 22:41

Compatibility with noerd v0.11 (core routes moved under the /noerd URL prefix): the noerd/noerd dependency constraint was widened to allow ^0.11.

v0.3.19

Choose a tag to compare

@johbrock johbrock released this 25 Aug 22:35
  • customer_addresses.postal_code is now a regular varchar(255) — 16 characters were too tight for real-world postal codes. New module migration widens the column on existing installations; fresh installations create it at 255 directly.

v0.3.18

Choose a tag to compare

@johbrock johbrock released this 25 Aug 22:01
  • New relation field type customerAddressCardRelation: renders the default invoice/delivery address as a clickable address card (click = pick another address, pencil = edit, x = clear) via the new noerd fieldComponent renderer API
  • Customer detail YAML uses the card type for both default address fields
  • Requires noerd/noerd ^0.10.10

v0.3.15

Choose a tag to compare

@johbrock johbrock released this 20 Aug 20:41
  • Add module boundary test

v0.3.12

Choose a tag to compare

@johbrock johbrock released this 17 Aug 09:14

Full Changelog: v0.3.11...v0.3.12

v0.3.10

Choose a tag to compare

@johbrock johbrock released this 16 Aug 12:42

Switch phone/email detail fields to the new phone/email field types (tel:/mailto: action buttons, noerd v0.9.9).