Releases: vapor-community/node
Releases · vapor-community/node
Node 2.0 Alpha 13
New:
- rm polymorphic, you served us well 👋
Node 2.0 Alpha 12
Fixed:
- rm calendar iso8601 non-existant on linux
Node 2.0 Alpha 11
Fixed:
- Lock date formatters
Node 2.0 Alpha 9
Node 2.0 Alpha 8
New:
Node has received a major overhaul with this update, we've increased the emphasis on context quite a bit with the goal of making conformances with types like JSON more comfortable.
This means that very likely you'll need to pass in: nil
as context more throughout the code in the interest of being more explicit.
This makes dealing with other types considerably easier and will be encouraged further in impending documentation.
Node 2.0 Alpha 10
Node 2.0 Alpha 7
New:
- makeNode(context: Context) has become makeNode(in context: Context) for better parity with initializable
Node 2.0 Alpha 6
Node 2.0 Alpha 5
Node 2.0 Alpha 4
New:
- explicit description, warnings be gone