Skip to content

Commit

Permalink
Merge pull request #170 from tonlabs/1.3.0-rc
Browse files Browse the repository at this point in the history
Version: 1.3.0
  • Loading branch information
g9d authored Dec 8, 2020
2 parents 7e90fc6 + 6121859 commit 4b7839c
Show file tree
Hide file tree
Showing 22 changed files with 2,158 additions and 43 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Release Notes
All notable changes to this project will be documented in this file.

## 1.3.0 - Dec 8, 2020

### New
- `net.query` method . Performs custom graphql query that can be copied directly from the playground.
- `net.suspend` and `net.resume` methods for disabling and enabling network activity. One of the possible use-cases is to manage subscriptions when a mobile application is brought to the background and into the foreground again.
- Inline JSDoc comments.

### Fix
- Failed downloads issues.

## 1.2.1 - Dec 4, 2020

### Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/core",
"version": "1.2.1",
"version": "1.3.0",
"description": "TON Client for Java Script",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 4b7839c

Please sign in to comment.