Skip to content

Releases: sfneal/users

2.1.0

09 May 16:40
635f055
Compare
Choose a tag to compare

What's Changed

  • Refactor model factories from 'database' to 'src' directory by @sfneal in #75

Full Changelog: 2.0.5...2.1.0

2.0.5

06 May 18:53
9c25bb5
Compare
Choose a tag to compare

What's Changed

  • Fix issues with User::nickname access by @sfneal in #74

Full Changelog: 2.0.4...2.0.5

2.0.4

06 May 16:18
6fb4c5e
Compare
Choose a tag to compare

What's Changed

  • sfneal/models, sfneal/address & test suite dependency upgrade by @sfneal in #73

Full Changelog: 2.0.3...2.0.4

2.0.3

30 Apr 19:26
0db0a6d
Compare
Choose a tag to compare

What's Changed

  • Update sfneal/caching requirement from ^2.1.2|^3.0 to ^2.1.2|^3.0|^4.0 by @dependabot in #72

Full Changelog: 2.0.2...2.0.3

2.0.2

22 Apr 21:02
46d6f03
Compare
Choose a tag to compare

What's Changed

  • Update sfneal/scopes requirement from ^1.0 to ^1.0 || ^2.0 by @dependabot in #71

Full Changelog: 2.0.1...2.0.2

2.0.1

16 Apr 02:15
3878491
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

15 Apr 22:05
7dad873
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...2.0.0

1.4.2

04 Mar 16:49
40e1c08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

08 Sep 15:20
08d09d3
Compare
Choose a tag to compare
  • fix issue with UserBuilder::whereNameLikeRaw() method causing errors when wrapping names with apostrophes (like "O'hare") #56
  • add use of runTestFiveTimesProvider() data provider for getting test methods that use random attributes to run multiple times #48

1.4.0

07 Sep 19:55
9da7636
Compare
Choose a tag to compare
  • refactor UserListQuery to accept a name query string as a parameter instead of a Request #43