This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
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.