Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 1.42 KB

1.3.0

  • Add Entry interface for SearchEntry. Thanks @hikaru7719!

1.2.3

  • Move asn1 type definitions to DefinitelyTyped

1.2.2

  • Fix error message for InvalidCredentialsError

1.2.1

  • Provide exports for public classes: errors, filters, and messages (Fix #4)

1.2.0

  • Fix escaping filter attribute names and values

1.1.4

  • Fix Add and Modify to handle the response from the server. Thanks @adrianplavka!

1.1.3

  • Update dev dependencies

1.1.2

  • Fix ECONNRESET issue connecting to non-secure endpoint
  • Throw an error for each message on socket error

1.1.1

  • Add original string to error message when parsing filters
  • Adjust parsing & and | in filters
  • Add more filter parsing tests

1.1.0

  • Add client.add() and client.modify()

1.0.6

  • Use hex for message type code in closed message error message
  • Add additional test for calling unbind() multiple times

1.0.5

  • Add message name to error message when socket is closed before message response

1.0.4

  • Add type definitions for asn1
  • Add message type id to error when cleaning pending messages.
  • Force protocolOperation to be defined for Message types

1.0.3

  • Verify the socket exists before sending unbind message

1.0.2

  • Setup prepublish to always build.
  • Push fix from 1.0.1

1.0.1

  • Fix search to return attribute values by default

1.0.0

  • Initial release