mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
[3.x] Proper minor version upgrade for tinytest (#13207)
* set the proper minor version upgrade for tinytest and for 3.x official * update docs and provide missing breaking changes --------- Co-authored-by: Denilson <denilsonh2014@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Tiny testing framework",
|
||||
version: '2.0.0-rc300.4',
|
||||
version: '1.3.0',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -219,6 +219,7 @@ This is a complete history of changes for Meteor releases.
|
||||
- Added `isAsyncCall` method to know if call is being made by a async method.
|
||||
- Removed `fibers` from package.
|
||||
- Updated tests to use async methods.
|
||||
- Replaced `Meteor.connection.registerStore` with `registerStoreClient` on the client side.
|
||||
|
||||
- `ddp-common@2.0.0`:
|
||||
|
||||
@@ -234,6 +235,7 @@ This is a complete history of changes for Meteor releases.
|
||||
- Removed `fibers` from package.
|
||||
- Updated tests to use async methods.
|
||||
- Turned server implementation to async.
|
||||
- Replaced `Meteor.connection.registerStore` with `registerStoreServer` for async compatibility on the server side.
|
||||
|
||||
- `ddp@2.0.0`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user