Skip to content

Releases: bristol-su/control

v3.1.3

30 Nov 22:06
a9ba6f2
Compare
Choose a tag to compare

v3.1.3 - 30/11/2021

Changed

  • Remove log statements from control exports

v3.1.2

30 Nov 15:16
Compare
Choose a tag to compare

v3.1.2 - 30/11/2021

Fixed

  • Lazy role not always returning IDs

v3.1.1

30 Nov 14:56
8f5d6a0
Compare
Choose a tag to compare

v3.1.1 - 30/11/2021

Fixed

  • Made exports more memory efficient
  • Lazy model not returning group ID

v3.1.0

24 Oct 17:46
8f5d6a0
Compare
Choose a tag to compare

v3.1.0 - 24/10/2021

Added

  • Lazy models for lazyloading of control models through repositories
  • Events fired on all repository actions with side effects

Fixed

  • Reduced scope of some cache to avoid lingering changes not being cleared

v3.0.2

23 Sep 12:13
378a041
Compare
Choose a tag to compare

v3.0.2 - 23/10/2021

Added

  • Dummy models that can be substituted for models that have been deleted

v3.0.1

05 Aug 16:27
c01b10b
Compare
Choose a tag to compare

v3.0.1 - 05/08/2021

Changed

  • Use modern factories over legacy factories

v3.0.0

05 Aug 11:34
248f861
Compare
Choose a tag to compare

v3.0.0- 05/08/2021

Changed

  • Upgrades to use Laravel 8

v2.1.5

16 Jun 18:50
2aad221
Compare
Choose a tag to compare

v2.1.5 - 16/06/2020

Removed

  • Removed the AirTable integration since it is now provided by an external package

v2.1.4

15 Jun 16:47
b289eae
Compare
Choose a tag to compare

v2.1.4 - 15/06/2020

Added

  • Added the Airtable export handler for exporting control

v2.1.3

01 May 08:28
c07b11b
Compare
Choose a tag to compare

v2.1.3 - 01/05/2020

Changed

  • Passing null to DataUserController::update sets a field to null
  • Passing null to DataGroupController::update sets a field to null
  • Passing null to DataRoleController::update sets a field to null
  • Passing null to DataPositionController::update sets a field to null

Fixed

  • DataUserNotify notified create method on updating