8000 Releases · Clarilab/envi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Clarilab/envi

v3.0.5

28 Nov 17:32
aab3542
Compare
Choose a tag to compare

What's Changed

  • fix: fix fsnotify channel events being stealed by different goroutines by @MaxBreida in #25

Full Changelog: v3.0.4...v3.0.5

v3.0.4

19 Nov 09:52
e9b6eff
Compare
Choose a tag to compare

What's Changed

  • refactor: only spawn one file watcher per directory. change for file … by @felixgehrmann in #24

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

19 Jun 08:50
a59054d
Compare
Choose a tag to compare

What's Changed

  • feat: expose errors that occured during filewatching in addition to the OnError Callbacks by @MaxBreida in #21

Full Changelog: v3.0.2...v3.0.3

v3.0.0

28 May 13:19
a1512cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1-prefix.4...v3.0.0

v2.2.1-prefix.4

07 Feb 22:59
88986d2
Compare
Choose a tag to compare
v2.2.1-prefix.4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.1-prefix.3...v2.2.1-prefix.4

v2.2.1-prefix.3

28 Jan 22:53
d32b574
Compare
Choose a tag to compare
v2.2.1-prefix.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.1-prefix.2...v2.2.1-prefix.3

v2.2.1-prefix.2

22 Jan 13:54
0b7fd89
Compare
Choose a tag to compare
v2.2.1-prefix.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.1-prefix.1...v2.2.1-prefix.2

v2.2.1-prefix.1

22 Jan 12:55
c4fb0ff
Compare
Choose a tag to compare
v2.2.1-prefix.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.1-prefix.0...v2.2.1-prefix.1

Fix: prevent concurrent map writes

16 Oct 08:58
2d76466
Compare
Choose a tag to compare

This adds a mutex to envi, preventing potential concurrent map writes to the internal variable storage during file watching.

Prefixes for config keys

16 Oct 09:06
Compare
Choose a tag to compare
Pre-release

Adds the possibility to prefix config keys from loaded files, to prevent conflicts when two loaded files contain one or more similar keys.

This is tagged as a pre-release version because it is suboptimal. After a bit more thought has gone into this, a v3 of envi will be made where this potential conflict of var names is prevented without having to virtually double the number of methods.

0