Skip to content

Commit

Permalink
Made it known that the APIs will change.
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 19, 2020
1 parent f9ca383 commit d697e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import * as nats from 'https://raw.githubusercontent.com/nats-io/nats.deno/maste

# Basic Usage

The Deno client is under active development. All tests are passing, but the APIs will change
slightly - See the [TODO](TODO.md).

```javascript
// create a connection
const nc = await nats.connect({ url: 'nats://localhost:4222', payload: Payload.STRING });
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [X] Changed drain/sub.drain to return Promise<void>
- [X] Remove argument from flush()
- [X] Binary apis changed to be Uint8Array
- [ ] Subscriptions as iterators



## BUGS
Expand Down

0 comments on commit d697e0e

Please sign in to comment.