Skip to content

Latest commit

 

History

History
193 lines (104 loc) · 6.71 KB

CHANGELOG.md

File metadata and controls

193 lines (104 loc) · 6.71 KB

Changelog

All notable changes to laravel-datastore will be documented in this file.

v3.0.0 - 2024-12-16

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #15
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #18
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #25

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.8...v3.0.0

v2.0.0 - 2024-10-05

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #15
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #18
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #25
  • main by @inmanturbo in #28

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.8...v2.0.0

v1.2.19 - 2024-08-02

What's Changed

  • main by @inmanturbo in #27

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.18...v1.2.19

v1.2.18 - 2024-08-02

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #25
  • Limit recursion with a couple assertions by @inmanturbo in #26

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.17...v1.2.18

v1.2.17 - 2024-07-03

What's Changed

  • add pgsql by @inmanturbo in #24

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.16...v1.2.17

v1.2.16 - 2024-07-01

What's Changed

  • do not clear booted models (yet) by @inmanturbo in #23

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.15...v1.2.16

v1.2.15 - 2024-06-24

What's Changed

  • return $this from use() for more fluent api by @inmanturbo in #21
  • clear booted models after configuring datastore by @inmanturbo in #22

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.14...v1.2.15

v1.2.14 - 2024-06-20

What's Changed

  • allow fallback to 'datastore_context' key in container by @inmanturbo in #20

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.12...v1.2.14

v1.2.12 - 2024-06-04

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #18
  • datastore driver getter by @inmanturbo in #19

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.11...v1.2.12

v1.2.11 - 2024-03-26

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #15
  • dont take over volt cli by @inmanturbo in #16

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.10...v1.2.11

v1.2.10 - 2024-03-11

What's Changed

  • migrate path by @inmanturbo in #14

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.9...v1.2.10

v1.2.9 - 2024-03-11

What's Changed

  • configurable disk by @inmanturbo in #12
  • use migration path if one is set on datastore model by @inmanturbo in #13

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.7...v1.2.9

v1.2.8 - 2024-03-08

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #10

New Contributors

  • @dependabot made their first contribution in #10

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.0.2...v1.2.8

v1.2.7 - 2024-03-06

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #10
  • callable args in return is not required by @inmanturbo in #11

New Contributors

  • @dependabot made their first contribution in #10

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.6...v1.2.7

v1.2.6 - 2024-02-22

What's Changed

  • bug fix by @inmanturbo in #9

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.5...v1.2.6

v1.2.5 - 2024-02-22

What's Changed

  • form by @inmanturbo in #8

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.4...v1.2.5

v1.2.4 - 2024-02-21

What's Changed

  • cleanup on terminate and add schema and builder support by @inmanturbo in #7

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.3...v1.2.4

v1.2.3 - 2024-02-20

What's Changed

  • middleware, context by @inmanturbo in #6

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.2...v1.2.3

v1.2.2 - 2024-02-19

What's Changed

  • coding style by @inmanturbo in #5

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.1...v1.2.2

v1.2.1 - 2024-02-19

What's Changed

  • env in config by @inmanturbo in #4

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.2.0...v1.2.1

v1.2.0 - 2024-02-19

What's Changed

  • add faking by @inmanturbo in #3

Full Changelog: https://github.com/envor/laravel-datastore/compare/v1.0.2...v1.2.0