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

Add CHANGELOG #40

Merged
merged 6 commits into from May 3, 2017
Merged

Add CHANGELOG #40

merged 6 commits into from May 3, 2017

Commits on Apr 27, 2017

  1. Add CHANGELOG

    **what is the change?:**
    Adding a `CHANGELOG.md`
    
    **why make this change?:**
    Since this package is out of sync from React, and is more of a
    stand-alone module now, we should put records of the changes in it's
    own change log.
    
    **test plan:**
    visual inspection
    
    **issue:**
    facebook/react#9443
    flarnie committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    07d6f5a View commit details
    Browse the repository at this point in the history
  2. Improve CHANGELOG entries

    **what is the change?:**
    - reformat using '[@author] in [#PR/commit]'
    - Make annotations less technical and more correct
    
    **why make this change?:**
    To improve readability and consistency.
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook/react#9443
    flarnie committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    f433938 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Further corrections to CHANGELOG

    **what is the change?:**
    - Add deprecation warning to all versions pre 15.5.7.
    - Move 'React package inclusion fix' annotation from 15.5.3 to 15.5.2
    - Improved wording of 'Reduce size of UMD build' in 15.5.4
    - Add note about 'Remove the accidentally included typechecking code...'
      in 15.5.4 (what commit did this?)
    - Move 'Remove accidental uncompiled ES6' annotation to 15.5.1
    - That leaves no changes under 15.5.3; maybe we released this in an
      effort to keep this in sync with the main React package?
    
    Follow up commit adds annotations for 15.5.4-15.5.8.
    
    **why make this change?:**
    To be more accurate.
    
    **test plan:**
    Visual inspection.
    
    **issue:**
    facebook/react#9443
    flarnie committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    112f708 View commit details
    Browse the repository at this point in the history
  2. Add change log for v15.5.4-15.5.8 - credit to @gaearon

    **what is the change?:**
    See title.
    
    **why make this change?:**
    To provide information about the version history, and to get people
    updated to the latest version of this package.
    
    **test plan:**
    Visual inspection.
    
    **issue:**
    facebook/react#9443
    flarnie committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    78393c7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Move annotations for v15.5.1-3 around in change log

    **what is the change?:**
    Another correction to the change log, based on helpful comments from
    @gaeaeron.
    
    **why make this change?:**
    Accuracy
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook/react#9443
    flarnie committed May 1, 2017
    Configuration menu
    Copy the full SHA
    019a3a9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Final nit fixes to CHANGELOG

    **what is the change?:**
    Adding two missing parens and a note about the initial release version.
    
    **why make this change?:**
    Clarity/consistency
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook/react#9443
    flarnie committed May 2, 2017
    Configuration menu
    Copy the full SHA
    4da3fa9 View commit details
    Browse the repository at this point in the history