Skip to content

Commit

Permalink
Introduce custom header agent + bump version of generator (#37)
Browse files Browse the repository at this point in the history
* Basic v5 changes

* Update version and base template

* Update user-agent

* .gitignore and package-lock.json

* Changelog

* Fix license

* Add repository

* Bump mocha version

* :brrom

* Update test values
  • Loading branch information
pcothenet authored Aug 30, 2021
1 parent fec2049 commit d9bac10
Show file tree
Hide file tree
Showing 11 changed files with 797 additions and 140 deletions.
43 changes: 39 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# OpenAPI Code gen artifacts
.openapi-generator
.openapi-generator/
.openapi-generator-ignore
dist
node_modules

# OS artifacts
.DS_Store
.DS_Store

# build
dist
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.10.0] - 2021-08-27

### Added

- Adds a custom User-Agent header

## [1.9.0] - 2021-08-17

### Added
Expand Down
Loading

0 comments on commit d9bac10

Please sign in to comment.