Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6, new way to extend YO generator #161

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2017

  1. _package.json : i updated the dependencies that we are using for the …

    …package.json that it would be
    
    generate for the this generator. This dependencies are working perfect in the project that the generator creates.
    
    .ignore: i added a few files that it should be ignored.
    
    Note:
    
    The next dependencies are breaking the tests and/or it would have to do a few changes in the templetes
    for using it because of the new versions have a new approach for use it.
    In this way, dont update the next dependencies :
    
    babel-jest
    jest-cli
    mockgoose
    Mauricio Stand committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    cf5a5e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Merge branch 'master' of git://github.com/diegohaz/rest

    Mauricio Stand committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    48cd24f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Merge remote-tracking branch 'upstream/master'

    Mauricio Stand committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    d42d788 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. - All main project dependencies have been updated except sendgrid.

    - eslint added to the main project. eslint config file added and removed from the package.json
    - main project es6 implemented ( changed vars for consts, let and es6 literal objects and functions )
    - Main project tests and generator template were broken because the new version of Yeoman has a different way to extend the generator and spawnCommand was moved to another path.
    - blueBird promises removed.. Now we are going to use js native promises.
    
    Note:
    Main project tests have been fixed but output tests are broken. Probably it is happening because the dependecies update ( new way to use them, ect .)
    maustand committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    2ab4e39 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Merge remote-tracking branch 'upstream/master'

    Mauricio Stand committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    a7c082e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Code Review: reference 2ab4e39

    Mauricio Stand committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    15721b8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Mauricio Stand committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    90bbde5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    5ba3067 View commit details
    Browse the repository at this point in the history
  2. Make travis run only Node v7

    diegohaz committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    22bb1a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Merge branch 'maustand-master' of https://github.com/diegohaz/rest in…

    …to fixes
    Mauricio Stand committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    efab27d View commit details
    Browse the repository at this point in the history