Releases: rapid7/r7insight_node
Releases · rapid7/r7insight_node
Fix error with missing winston dependency
2.1.1 LOG-16439 Fix error with missing winston dependency (#18)
Add Typescript definitions
2.1.0 LOG-14637 Add Typescript type definitions (#16)
Bump lodash from 4.17.15 to 4.17.19
2.0.2 Bump patch version (#15)
Bump acorn from 6.4.0 to 6.4.1
2.0.1 Bump patch after merging dependabot bump (#13)
2.0.0: [LOG-13624] Upgrade node and packages (#10)
* [LOG-13624] Update all package versions * [LOG-13624] Replace bad `--force` option For some reason `--force` doesn't work and `-f` does even though it's detailed in docs ¯\_(ツ)_/¯ * [LOG-13624] Add package-lock.json * [LOG-13624] Fix warnings npm WARN eslint-config-airbnb@18.0.1 requires a peer of eslint-plugin-react-hooks@^1.7.0 but none is installed. You must install peer dependencies yourself. npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. * [LOG-13624] Specify required node engine version * [LOG-13624] Specify TravisCI node versions * [LOG-13624] Change package author to Rapid7 * [LOG-13624] Add package Rapid7 keywords * [LOG-13624] Replace Logentries with Insight * [LOG-13624] Add lint:fix script * [LOG-13624] Run lint:fix * [LOG-13624] Adjust testing for new changes * [LOG-13624] Refactor and comment library - Split out logger.js file from being a monolith into seperate files - Add comments - Address new differences in packages - Remove winston 1 and 2 support * [LOG-13624] Allow for trailing space in comments Used for " " (double space newlines) * [LOG-13624] Update npm package files - Remove contributors - Use new index.js for main - Remove transpiling and building - Remove unneeded packages * [LOG-13624] Remove unused text functions * [LOG-13624] Refactor defaults * [LOG-13624] Update documentation * [LOG-13624] 2.0.0 * [LOG-13624] Add development to README * [LOG-13624] Rename bunyanStream * [LOG-13624] Add region tests * [LOG-13624] Revert incorrect description merge * [LOG-13624] English is not my first language * [LOG-13624] Change eslint to rapid7 styleguide Reduce eslint version since eslint-rapid7 requires ^5.0.0 * [LOG-13624] Address new linting errors * [LOG-13624] Change le_js to r7insight_js * [LOG-13624] Change back variable name * [LOG-13624] Update regions documentation Co-Authored-By: Robin Jacobs <30406305+rjacobs-r7@users.noreply.github.com> * [LOG-13624] Update TLS spelling Co-Authored-By: Robin Jacobs <30406305+rjacobs-r7@users.noreply.github.com> * [LOG-13624] Add idr to keywords Co-Authored-By: Robin Jacobs <30406305+rjacobs-r7@users.noreply.github.com> * [LOG-13624] Add extra node versions (travis) * [LOG-13624] Change var to const * [LOG-13624] Update description of token * [LOG-13624] Add `.slice` back in * [LOG-13624] Use double negation for json flag * [LOG-13624] Change bracket'd if statements * [LOG-13624] Change live tail reference * [LOG-13624] Export buildBunyanStream Also remove BunyanStream class export, since AFAIK, it's not used anywhere * [LOG-13624] Ensure only necessary exports Prefer default export * [LOG-13624] Delete Mr. i * [LOG-13624] Change entrypoint exports Rather than breaking existing integration (`Logger.bunyanStream`), we continue to provide it * [LOG-13624] Add events back in and export them