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: borjapazr/express-typescript-skeleton
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: borjapazr/express-typescript-skeleton
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    e27d65e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    415b435 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    7b56d14 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. feat(version): read app info from package.json (#174)

    * package.json: follow npm Docs guidelines
    
    https://docs.npmjs.com/cli/v8/configuring-npm/package-json#people-fields-author-contributors
    
    * app.config.ts: read more stuff from package.json
    
    The package `read-pkg` allows for it, let's use it :)
    
    * package.json: fix author URL
    
    * fix tsc errors
    
    * fix(appinfo): ran prettier
    
    * Update .env
    
    Co-authored-by: Borja Paz Rodríguez <borjapazr@gmail.com>
    Avinash Reddy and borjapazr committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    15224ce View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0

    borjapazr committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c3159fe View commit details
    Browse the repository at this point in the history
Loading