Releases: jxjj/simple-ldap-search
Releases · jxjj/simple-ldap-search
v2.0.3
2.0.3 (2017-09-02)
Bug Fixes
- badge: Fix badge. Other bugs. (d869bea)
v2.0.2
2.0.2 (2017-09-02)
Bug Fixes
- search: remove try/catch on bind (6668fab)
v2.0.1
2.0.1 (2017-09-02)
Bug Fixes
v2.0.0
2.0.0 (2017-08-20)
Bug Fixes
build
- node: Drop support for node < 8 (8cc53f5)
BREAKING CHANGES
- node: Node 6 and 7 may no longer work. No longer testing these environments.
v1.0.7
<a name"1.0.7">
1.0.7 (2017-04-23)
Bug Fixes
- bindDN: reset client queue once clear (6b37d61f)
v1.0.6
<a name"1.0.6">
1.0.6 (2017-04-18)
Bug Fixes
v1.0.5
<a name"1.0.5">
1.0.5 (2017-04-17)
Bug Fixes
- babel-runtime: add options to prevent failing tests (824bfbf1)
v1.0.4
<a name"1.0.4">
1.0.4 (2017-04-17)
Bug Fixes
v1.0.3
<a name"1.0.3">
1.0.3 (2017-04-17)
Bug Fixes
- Readme: fix badges (3197a7f8)
- babel-transform-runtime: build missing transform (824f3881)
- bindDN: handle multiple binds (22a2f962)
- bindToDN: improve error handling (ad86b718)
- cleanEntry: include cleanEntry in build (bcc5084a)
Breaking Changes
- Drop support for streams API. Change ldap.get() to ldap.search(). Change
configuration
(22a2f962)
v1.3.0
<a name"1.3.0">
1.3.0 (2017-04-09)
Features
- destroy: added destroy() method to end client connections to server (92c9b18b, closes #5)