Skip to content

Releases: MjukBiltvatt/go-filemaker

v3.1.0

16 Sep 09:34
Compare
Choose a tag to compare
  • Implemented LastActivity method for Session

v3.0.2

27 May 16:59
395f229
Compare
Choose a tag to compare
  • Map time.Time pointers with non-zero values

v3.0.1

27 May 16:07
295c630
Compare
Choose a tag to compare
  • Map nested struct pointers

v3.0.0

26 May 17:36
208dff5
Compare
Choose a tag to compare
  • Renamed some functions and methods
  • Record type methods no longer returns an error, but most of them have a similar method that does
  • Added record methods for types int8 and int16
  • Added record methods for type time.Time
  • Improved record Map method (nested structs etc)

v2.6.0

09 Feb 20:10
d11e67b
Compare
Choose a tag to compare
  • Bugfix and improvements of record.CommitFileToContainer()
  • Improvements of record.CommitToContainer()
  • Added documentation for record.CommitToContainer() and record.CommitFileToContainer()

v2.5.7

08 Jan 10:22
c222bcc
Compare
Choose a tag to compare
  • filemaker.NewFindCriterion() now accepts an interface{} instead of a string as value

v2.5.6

05 Jan 08:46
e968657
Compare
Choose a tag to compare
  • Now fetches default field data upon creation of record

v2.5.5

04 Jan 13:41
Compare
Choose a tag to compare
  • Fixed a bug in the Session.CreateRecord() method that caused a crash. FieldData is now initialised correctly in the returned Record.

v2.5.4

29 Dec 15:06
Compare
Choose a tag to compare
  • Improved type detection and assertion in record.Bool() for detection of nil values

v2.5.3

28 Dec 14:52
Compare
Choose a tag to compare
  • Improved record.String() to convert other types to string; nil returns empty string