- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- For simplicity's sake:
- port and hostname are now determined via the function opts, otherwise the plugin config, otherwise the docpad config, otherwise the environment config
- this re-enables common port configurations, such as used by
docpad-plugintester
- this re-enables common port configurations, such as used by
- server is now bounded on
docpadReadyinstead ofrunAfter- this makes writing custom testers that depend on the server plugin easier
url,port,host, andaddressare written to the plugin instance- this makes testing serves URLs easier as one can do
docpad.getPlugin('serve').port
- this makes testing serves URLs easier as one can do
- port and hostname are now determined via the function opts, otherwise the plugin config, otherwise the docpad config, otherwise the environment config
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8tonode: >=10to keep up with mandatory ecosystem changes
- Fixed compatibility with Node.js prior 10.x (#2)
- Initial working release