|
2 | 2 |
|
3 | 3 | ## v1.0.0-rc1 - Unreleased |
4 | 4 |
|
5 | | -- The `gleam/erlang/os` module has been removed. |
6 | | -- The `gleam/erlang` module has been removed. |
7 | | -- The `gleam/erlang/reference` module has been created with the `Reference` |
8 | | - type, and the `new` function. |
| 5 | +- In the `gleam/erlang/process` module: |
| 6 | + - The `Name` type has been introduced. This type is used to give processes |
| 7 | + names, making it easier to pass references around your application, and to |
| 8 | + have a new process take over a role from a previous one that has crashed. |
| 9 | +- In the `gleam/erlang/node` module: |
| 10 | + - The `send` function now sends messages in the same format as the `send` |
| 11 | + process from the `gleam/erlang/process` module. |
| 12 | + - The `send` function now accepts a `Name` rather than an `Atom`. |
| 13 | + - The `to_atom` function has been removed. |
| 14 | +- The `gleam/erlang/reference` module has been created with: |
| 15 | + - The `Reference` type. |
| 16 | + - The `new` function. |
| 17 | +- The `gleam/erlang/application` module was created with: |
| 18 | + - The `priv_directory` function, formerly of the `gleam/erlang` module. |
| 19 | + - The `StartType` type. |
9 | 20 | - In the `gleam/erlang/atom` module: |
10 | 21 | - The `AtomNotLoaded` type has been removed. |
11 | 22 | - The error type of `from_string` is now `Nil`. |
12 | 23 | - The `from_string` function has been renamed to `get`. |
13 | 24 | - The `create_from_string` function has been renamed to `create`. |
14 | | -- The `gleam/erlang/application` module was created with: |
15 | | - - The `priv_directory` function, formerly of the `gleam/erlang` module. |
16 | | - - The `StartType` type. |
| 25 | +- The `gleam/erlang` module has been removed. |
| 26 | +- The `gleam/erlang/os` module has been removed. |
17 | 27 |
|
18 | 28 | ## v0.34.0 - 2025-02-02 |
19 | 29 |
|
|
0 commit comments