Releases: vapor-community/node
Releases · vapor-community/node
Node 2.1.5
30 May 01:11
Compare
Sorry, something went wrong.
No results found
Fixed:
Eliminate Swift 4.1 warnings.
Node 2.1.4
22 Jan 08:59
Compare
Sorry, something went wrong.
No results found
Node 2.1.3
22 Dec 12:19
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed building the module on Swift 3.1.
Added CircleCI 2.0 configuration for Linux (Swift 3 and 4) and macOS (Swift 4) so such errors will no longer fly under the radar.
Node 2.1.2
21 Dec 01:21
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed an issue where large integer values could cause a crash.
Remove Swift warnings.
Milestone
Node 2.1.1
09 Aug 23:59
Compare
Sorry, something went wrong.
No results found
Fixed:
Amiguity errors caused by code accidentally added.
Milestone
Node 2.1.0
09 Aug 22:34
Compare
Sorry, something went wrong.
No results found
New:
Preliminary Swift 4 support.
Node 2.0.4
19 Jul 17:08
Compare
Sorry, something went wrong.
No results found
Fixed:
Convert NodeConvertible to typealias.
Milestone
Node 2.0.3
02 Jun 13:09
Compare
Sorry, something went wrong.
No results found
Fixed:
changed "UTC" timezone lookup to secondsFromGMT for some systems
milestone
Node 2.0.2
02 Jun 12:37
Compare
Sorry, something went wrong.
No results found
New:
allow get() w/ no path to transform self
milestone
Nodes 2.0.1
22 May 11:38
Compare
Sorry, something went wrong.
No results found
New:
iOS support has been added through Cocoapods to avoid name conflicts, you must use NodeCocoapods as your dependency. In your code, you will import like so:
#if COCOAPODS
import NodeCocoapods
#else
import Node
#endif