mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
docs: updated depracated and ecmascript packages in changelog
This commit is contained in:
@@ -136,18 +136,26 @@
|
||||
- Updated tests to use async methods.
|
||||
- Turned server implementation to async.
|
||||
|
||||
`deprecated`:
|
||||
- `http`:
|
||||
- Updated handlers to use `expressHandlers`
|
||||
- `spiderable`:
|
||||
- Updated handlers to use `expressHandlers`
|
||||
- removed `fibers` usage if flag is set to `true`
|
||||
|
||||
- `ecmascript-runtime@get-version`:
|
||||
|
||||
- Added dependency to `@babel/runtime`.
|
||||
|
||||
- `ecmascript@get-version`:
|
||||
|
||||
- Added dependency to `@babel/runtime`.
|
||||
- Moved runtime tests.
|
||||
|
||||
- `email`:
|
||||
|
||||
- `Email.send` is no longer available. Use `Email.sendAsync` instead.
|
||||
|
||||
- `boilerplate-generator`:
|
||||
|
||||
- `toHTML` is no longer available (it was already deprecated). Use `toHTMLStream` instead.
|
||||
|
||||
- `ddp`:
|
||||
|
||||
- Added method `Meteor.isAsyncCall` that can be used to check if the current method call is async or not.
|
||||
|
||||
- `oauth`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user