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

Adds changelog to JS SDK. Adds script for automating update of change… #1045

Merged
merged 5 commits into from
Jul 19, 2016

Commits on Jul 18, 2016

  1. Adds changelog to JS SDK. Adds script for automating update of change…

    …log based on json files in .changes directory.
    LiuJoyceC committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    5b93a50 View commit details
    Browse the repository at this point in the history
  2. Adds create-changelog script to recreate entire changelog based on js…

    …on files in .changes/ directory. Modified update-changelog script to use markdown syntax rather than HTMl, and changed to use parseInt to convert numeric strings to numbers.
    LiuJoyceC committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    0a9b21d View commit details
    Browse the repository at this point in the history
  3. Adds release script and replaces update-changelog with util.js. In ut…

    …il.js, modularized functionality of update-changelog to prevent duplicate logic and unnecessary reads and writes, which did not occur when update-changelog was first written as a standalone script but became a problem when the create-changelog and release scripts depended on it. All scripts relating to the changelog have been moved into its own subdirectory.
    LiuJoyceC committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    9a19bba View commit details
    Browse the repository at this point in the history
  4. Modified startContent (used for create-changelog) to use predefined i…

    …nsertMarker and versionMarker rather than hard-coded
    LiuJoyceC committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    28f0b7c View commit details
    Browse the repository at this point in the history
  5. Adds README. Fixes bug in util.checkAndNormalizeVersion. Adds more ch…

    …ecks for errors. Logs message for each fs operation that modifies the filesystem.
    LiuJoyceC committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    a9c8432 View commit details
    Browse the repository at this point in the history