Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.19 KB

History.md

File metadata and controls

67 lines (42 loc) · 1.19 KB

1.0.2 / 2022-02-21

  • fix: missing initial slash should not lead to recursive mode

1.0.1 / 2022-02-21

  • fix: properly handle numbers in path, without creating arrays

1.0.0 / 2021-11-02

  • BREAKING CHANGE: Requires node version >= 8
  • BREAKING CHANGE: node-etcd is now a peer dependency (require at least version 7)
  • dir path key can now be passed to retrieve an object with its children values

0.5.3 / 2017-12-13

  • Apply default option on change

0.5.2 / 2015-06-24

  • Fix crash with node-etcd 4

0.5.1 / 2015-06-23

  • Fix crash with node-etcd 4

0.5.0 / 2014-05-26

  • Handle optional keys.
  • Handle etcd key different from result key.

0.4.1 / 2014-05-26

  • Fix change event not properly called

0.4.0 / 2014-05-26

  • Added missing and error events.

0.3.1 / 2014-04-28

  • Increased HTTP max sockets.

0.3.0 / 2014-04-28

  • Changed whole API.

0.2.0 / 2014-04-25

  • watch can watch several keys at once.

0.1.0 / 2014-04-24

  • Implemented watch.