Skip to content

Releases: yaacov/observer

1.5.11: Merge pull request #11 from yaacov/watch-create-and-delete

08 May 19:55
630eaae
Compare
Choose a tag to compare

Bugfix:

  • Watch also for create and delete events (not just write events)

1.5.10: Merge pull request #10 from yaacov/travis-go-versions

07 May 06:04
5f9a58b
Compare
Choose a tag to compare

Bugfix:

  • Make mutexs pointers.
  • Add lint and vet to travis.
  • Add specific go versions to travis.

1.5.9: Merge pull request #8 from yaacov/add-mutex-docs

07 May 05:08
68d814d
Compare
Choose a tag to compare

Bugfix:

  • Lock the watch function
  • More docs about mutex use

1.5.8: Merge pull request #7 from yaacov/less-mutexs

06 May 15:00
a8ab414
Compare
Choose a tag to compare

1.5.7: Merge pull request #6 from yaacov/more-locks

06 May 14:55
675d633
Compare
Choose a tag to compare

Bugfix:

  • Better locks on array operations.

1.5.6: Merge pull request #5 from yaacov/lock-array-ops

06 May 14:48
a4877d2
Compare
Choose a tag to compare

Bugfix:

  • Better locking of array operations.

1.5.5: Merge pull request #5 from yaacov/lock-array-ops

06 May 13:50
a4877d2
Compare
Choose a tag to compare

Bugfix:

  • Lock arrays for thread safety.

1.5.4: Merge pull request #4 from yaacov/change-interface-of-addLisener

03 May 09:41
7c283fd
Compare
Choose a tag to compare

Bugfix:

  • fix addListener interface, should not return error

1.5.3

03 May 06:39
Compare
Choose a tag to compare

Bugfix:

  • Add damping duration option to main example
  • Fix test of damping duration

1.5.2

02 May 18:46
Compare
Choose a tag to compare

Bugfixes:

  • Fix documentation.
  • Add set buffer duration example.