Skip to content

Releases: bdurand/support_table_data

v1.2.4

26 Aug 17:03
b199a9a
Compare
Choose a tag to compare

What's Changed

  • Handle edge cases in development and test on classes that become undefined by @bdurand in #11

Full Changelog: v1.2.3...v1.2.4

v1.2.2

21 Aug 17:52
fa78e8f
Compare
Choose a tag to compare

What's Changed

  • Add thread safety around modifying internal class variables by @bdurand in #9

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 May 18:31
dc4aa86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 May 18:25
557bfd8
Compare
Choose a tag to compare

What's Changed

  • Added named instance helpers to make loading associated data easier. by @bdurand in #6
  • Added handling for through associations by @bdurand in #7

Full Changelog: v1.1.2...v1.2.0

v1.1.2

02 May 23:37
3a488d4
Compare
Choose a tag to compare

What's Changed

  • Ignore anonymous classes when calling sync_all! by @bdurand in #5

Full Changelog: v1.1.1...v1.1.2

v1.1.1

01 May 20:07
9979aae
Compare
Choose a tag to compare

What's Changed

  • Freeze values returned by helper methods. by @bdurand in #4

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Apr 01:30
b84deb7
Compare
Choose a tag to compare

Added

  • Helper methods can defined on the class to expose attributes for named instances without requiring a database connection.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Apr 01:29
Compare
Choose a tag to compare

What's Changed

  • Define helper methods in data files by @bdurand in #1

Full Changelog: https://github.com/bdurand/support_table_data/commits/v1.0.0