Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gfmio/example-calculator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: gfmio/example-calculator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 52 files changed
  • 3 contributors

Commits on Apr 28, 2020

  1. build(deps): bump fstream from 1.0.11 to 1.0.12 (#19)

    Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
    - [Release notes](https://github.com/npm/fstream/releases)
    - [Commits](npm/fstream@v1.0.11...v1.0.12)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9dbad09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d512bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c19852c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f4abee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b2392 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b9aab1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93d3374 View commit details
    Browse the repository at this point in the history
  8. Update tooling (#27)

    * test: move and rename test files and update nyc and mocha config
    
    * build: remove gulp scripts
    
    * build: update dependencies and install ts-pkg-scripts
    
    * ci: fix lint error in .travis.yml
    
    * build: update tsconfig.json for use with ts-pkg-utils
    
    * chore: fix deprecated setting in vscode config
    
    * docs: add commitizen friendly shield
    
    * build: upgrade to ts-pkg-scripts 0.2.1
    
    * ci: update version bump command in semantic-release
    
    * docs: update maintained shield
    
    * build: fix lockfile
    
    * docs(readme.md): update tools listing
    
    * ci(.travis.yml): add yarn build to scripts
    
    * build(package.json): fix build:package-json script
    gfmio authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3b04d57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fd04e9 View commit details
    Browse the repository at this point in the history
  10. chore(release): 0.7.1 [skip ci]

    ## [0.7.1](v0.7.0...v0.7.1) (2020-04-28)
    
    ### Bug Fixes
    
    * **readme.md:** add references to gulp and rollup ([3fd04e9](3fd04e9))
    semantic-release-bot committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e550862 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7098c2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6e9575 View commit details
    Browse the repository at this point in the history
  13. chore(release): 0.7.2 [skip ci]

    ## [0.7.2](v0.7.1...v0.7.2) (2020-04-28)
    
    ### Bug Fixes
    
    * **package.json:** semantic release config ([7098c2f](7098c2f))
    semantic-release-bot committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0a32bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Deprecate tslint in favour of eslint (#28)

    * test: set up eslint, remove tslint and format all files
    
    * test(.eslintignore): add .nyc_output and coverage directories
    gfmio authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    19270d4 View commit details
    Browse the repository at this point in the history
  2. Clean up readme (#29)

    * docs(readme.md): update license section
    
    * docs(readme.md): remove authors section
    gfmio authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    277037b View commit details
    Browse the repository at this point in the history
  3. Update travis config (#30)

    * chore(.travis.yml): fix deprecated fields
    
    * chore(package.json): extract semantic release and commitlint configs
    gfmio authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2711441 View commit details
    Browse the repository at this point in the history
Loading