Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Aug 4, 2022
-
feat: Convert to TypeScript, add ESLint, drop Node.js 12 support and …
…deprecated CLI options. (#458) * chore: add .npmrc * feat: configure TypeScript and ESLint * feat!: rewrite modules/files using TypeScript * chore: export types for the modules * feat: change minimum node version to 14.5.0 BREAKING CHANGE: Switched to using ES2020 syntax and minimum Node engine to 14.5.0. * feat!: removes the deprecated cli options BREAKING CHANGE: Removes the deprecated options/arguments for starting the server. They are: - --port (-p) - --host (-h) - --unix-socket (-s) * test!: rewrite test using TypeScript & node-tap * build: update ci script * chore: update ESLint config * ci: run the test script in the right directory * ci: add test script to root package.json * doc: update usage programmatically
Commits on Jul 31, 2022
Commits on Jul 7, 2022
Commits on May 19, 2022
-
chore(examples/socket.io-chat-app): use vanilla JS instead of jquery …
…for DOM manipulation (#428)
-
Commits on Jul 30, 2021
Commits on Jun 6, 2020
Commits on Jun 2, 2020
Commits on May 16, 2020
-
Remove duplicated code "getUrl" (tests) (#436)
Co-authored-by: Joey <jrogues@hubside.com>
Commits on May 13, 2020
-
Remove request-promise (deprecation) (#435)
Co-authored-by: Joey <jrogues@hubside.com>
Commits on Jan 24, 2020
Commits on Dec 31, 2019
Commits on Nov 29, 2019
-
Add ZEIT Now Disclaimer (#421)
* add now-2.0 disclaimer * remove platform version * revert formatting * add canary warning * remove formatting
Matthew Sweeney committedNov 29, 2019
Commits on Sep 16, 2019
-
* Update README.md * Update README.md
Commits on Jul 22, 2019
Commits on Jul 1, 2019
Commits on May 13, 2019
-
-
Add .d.ts for TypeScript compatibility (#401)
* Add .d.ts for TypeScript compatibility * Make json method return any
Commits on May 12, 2019
-
-
* Automatic publishing * Remove transpilation from readme as Node.js 8 is the latest supported version * Move readme.md * Remove lib file