Skip to content

Releases: vapor-community/node

Node 2.0 Alpha 13

17 Mar 12:34
Compare
Choose a tag to compare
Node 2.0 Alpha 13 Pre-release
Pre-release

New:

  • rm polymorphic, you served us well 👋

Node 2.0 Alpha 12

14 Mar 16:05
Compare
Choose a tag to compare
Node 2.0 Alpha 12 Pre-release
Pre-release

Fixed:

  • rm calendar iso8601 non-existant on linux

Node 2.0 Alpha 11

14 Mar 15:40
Compare
Choose a tag to compare
Node 2.0 Alpha 11 Pre-release
Pre-release

Fixed:

  • Lock date formatters

Node 2.0 Alpha 9

03 Mar 13:15
Compare
Choose a tag to compare
Node 2.0 Alpha 9 Pre-release
Pre-release

New:

  • Some missing structureddatawrapper conveniences

#53

Node 2.0 Alpha 8

03 Mar 11:54
Compare
Choose a tag to compare
Node 2.0 Alpha 8 Pre-release
Pre-release

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.

#51 #52 #50

Node 2.0 Alpha 10

03 Mar 13:47
Compare
Choose a tag to compare
Node 2.0 Alpha 10 Pre-release
Pre-release

New:

  • Removed default dictionary context, creating conflicts

#54

Node 2.0 Alpha 7

28 Feb 11:24
Compare
Choose a tag to compare
Node 2.0 Alpha 7 Pre-release
Pre-release

New:

  • makeNode(context: Context) has become makeNode(in context: Context) for better parity with initializable

Node 2.0 Alpha 6

27 Feb 15:30
Compare
Choose a tag to compare
Node 2.0 Alpha 6 Pre-release
Pre-release

New:

  • Debugging additions

#48

Node 2.0 Alpha 5

23 Feb 23:01
Compare
Choose a tag to compare
Node 2.0 Alpha 5 Pre-release
Pre-release

New:

  • Moving to get for parity
  • Updating path indexable for new key path support

#46

Node 2.0 Alpha 4

23 Feb 16:52
Compare
Choose a tag to compare
Node 2.0 Alpha 4 Pre-release
Pre-release

New:

  • explicit description, warnings be gone