Skip to content

Releases: yeptlabs/wns

v0.0.96

07 Dec 21:18
Compare
Choose a tag to compare
  • fix wnInit to initialize wnConsole
  • wnConsole.listenInput: changes
  • wnComponent.exec: new silent mode

v0.0.94rc2

15 Nov 20:07
Compare
Choose a tag to compare
  • Optional argument type definition on class functions

v0.0.94

15 Nov 20:10
Compare
Choose a tag to compare
  • Optional argument type definition on class functions

v0.0.94rc1

15 Nov 17:56
Compare
Choose a tag to compare
v0.0.94rc1 Pre-release
Pre-release
  • Optional argument type definition on class functions

v0.0.93

04 Nov 04:46
Compare
Choose a tag to compare
  • New async configuration for wnEvent [wnEvent]
  • Refactor on wnEvent.emit function. (AKA push function) [wnEvent]
  • On async events the eventObject received on the arguments now have a next() function to continue to the next listener. [wnEvent]
  • Changed all wnEvent.push calls to wnEvent.emit on components [wnComponent]
  • Changed all wnEvent.push calls to wnEvent.emit on modules [wnModule]
  • Added process and console to the class import context [wnBuild]

0.0.75

16 Sep 00:29
Compare
Choose a tag to compare
  • Lot of changes on the MVC flow [http]
  • Bug fixes on many HTTP package classes. [http]
  • Now using node-static for static file server [http/wnStaticServer.js]
  • New controller server [http/wnControllerServer.js]
  • New debugging/logging functions and flags [core/wnComponent]
  • Changes on the default application template. [src/app]
  • Changes on default configurations [global]
  • Removed version 0.0.6 from travis [travis.yml]
  • Changed wnLog to wnWinston

0.0.71

22 Aug 21:35
Compare
Choose a tag to compare
  • bug fixes

0.0.7

21 Aug 17:09
Compare
Choose a tag to compare
  • New fast and cheap build system using vm module. (pedronasser)