Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

0.3.1

Latest
Compare
Choose a tag to compare
@akyoto akyoto released this 25 May 02:21
· 8 commits to master since this release
306a72c

nano.New now requires a nano.Configuration object with the following options:

  • Port
  • Directory
  • Hosts

I believe that in order to increase the API stability for the future it is best to move to a "pass the configuration to the constructor" style API. This way we can add new fields without introducing breaking changes.