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

Packages: Move packages repository into Gutenberg (2nd try) #7805

Merged
merged 458 commits into from
Jul 9, 2018
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 12, 2017

  1. update hook and vendor/plugin/function wording, removing Name

    Adam Silverstein committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    73744fa View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. complte namespace shortening to vendor/plugin/function

    Adam Silverstein committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    7465667 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge pull request #13 from adamsilverstein/add-wp-hooks

    Add the WordPress hook library from 21170-core in preparation for beta npm release
    Adam Silverstein authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    18fed13 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    48e6cda View commit details
    Browse the repository at this point in the history
  2. Publish

     - @wordpress/a11y@0.1.0-beta.2
     - @wordpress/dom-ready@0.1.0-beta.2
     - @wordpress/hooks@0.1.0-beta.0
     - @wordpress/url@0.1.0-beta.2
    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    5b19507 View commit details
    Browse the repository at this point in the history
  3. add publishConfig->access:public for hooks

    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    01902b3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'make-hooks-public'

    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    c45acef View commit details
    Browse the repository at this point in the history
  5. Publish

     - @wordpress/hooks@0.1.0-beta.1
    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    cc83cde View commit details
    Browse the repository at this point in the history
  6. correctly enable dashes in regexes in validateNamespace

    Adam Silverstein committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    5ae0096 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Export a hooks function enabling adding hooks via composition

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    5329048 View commit details
    Browse the repository at this point in the history
  2. test hooks can be instantiated

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    7dc5198 View commit details
    Browse the repository at this point in the history
  3. Run test on objects instead of globally

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    8931715 View commit details
    Browse the repository at this point in the history
  4. correct data return for Hooks

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    44c0c6f View commit details
    Browse the repository at this point in the history
  5. Rework the Hooks object, use a local HOOKS instead of global

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e9c7002 View commit details
    Browse the repository at this point in the history
  6. use object based hooks throughout testing

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    7c69c03 View commit details
    Browse the repository at this point in the history
  7. remove unused global HOOKS

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    3863e35 View commit details
    Browse the repository at this point in the history
  8. remove some logging

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    3ccbc36 View commit details
    Browse the repository at this point in the history
  9. remove extra parts from namespace in tests

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    76f706a View commit details
    Browse the repository at this point in the history
  10. remov vendor/plugin prefix requirement for namespaces

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    f552dae View commit details
    Browse the repository at this point in the history
  11. update docs

    Adam Silverstein committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    a71e346 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Add a test for “Can add filters with dashes in namespaces”

    Adam Silverstein committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    3b19868 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge pull request #39 from WordPress/fix/correct-namespace-check-for…

    …-hooks
    
    Correctly enable dashes in regexes in validateNamespace
    Adam Silverstein authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    74212b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    8fffdc8 View commit details
    Browse the repository at this point in the history
  2. a11y: Update tests per updated style

    Questionable value of the test assertions, which are specific to the implementation and not the expected intent of the test case
    aduth committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    49e57d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. update readme, add some tests

    Adam Silverstein committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    adf8b18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    5aa44bd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into add-hooks-via-composition

    # Conflicts:
    #	packages/hooks/src/test/index.test.js
    #	packages/hooks/src/validateNamespace.js
    Adam Silverstein committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4f07420 View commit details
    Browse the repository at this point in the history
  4. switch naming to createHooks and correct tests

    Adam Silverstein committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    b8d5f28 View commit details
    Browse the repository at this point in the history
  5. remove extraneous single quotes

    Adam Silverstein committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    031fdfd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. remove the HOOKS global abstraction

    Adam Silverstein committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    4cf3749 View commit details
    Browse the repository at this point in the history
  2. update test beforeEach cleanup to match new object structure

    Adam Silverstein committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    e91f92c View commit details
    Browse the repository at this point in the history
  3. use export defaults

    Adam Silverstein committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    5a6a918 View commit details
    Browse the repository at this point in the history
  4. Clean up readme for new approach

    Adam Silverstein committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f1c4f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. url - add built files

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    a38c8b5 View commit details
    Browse the repository at this point in the history
  2. hooks - add built files

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    7664e98 View commit details
    Browse the repository at this point in the history
  3. dom-ready - add built files

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    352f832 View commit details
    Browse the repository at this point in the history
  4. a11y - add built files

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    ed024aa View commit details
    Browse the repository at this point in the history
  5. remove build filders from gitignore

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    ebeb029 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-built-files-for-release'

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    efb7cec View commit details
    Browse the repository at this point in the history
  7. Publish

     - @wordpress/a11y@0.1.0-beta.3
     - @wordpress/dom-ready@0.1.0-beta.3
     - @wordpress/hooks@0.1.0-beta.2
     - @wordpress/url@0.1.0-beta.3
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    c5594e3 View commit details
    Browse the repository at this point in the history
  8. re-ignore build files; didn’t resolve publishing issue

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9546ea6 View commit details
    Browse the repository at this point in the history
  9. Simplify dom-ready package.json, add a license field

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    00650e9 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'package-work'

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    46c861d View commit details
    Browse the repository at this point in the history
  11. Publish

     - @wordpress/a11y@0.1.0-beta.4
     - @wordpress/dom-ready@0.1.0-beta.4
     - @wordpress/hooks@0.1.0-beta.3
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    0ae2073 View commit details
    Browse the repository at this point in the history
  12. Update readmes to include @next in npm install line

    Since our packages are still in pre-release, the @next tag is required to install the latest published version. We can remove this instruction once the packages are past pre-release.
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    ba3796a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'clarify-installation-instructions'

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    60c694b View commit details
    Browse the repository at this point in the history
  14. Publish

     - @wordpress/a11y@0.1.0-beta.5
     - @wordpress/dom-ready@0.1.0-beta.5
     - @wordpress/hooks@0.1.0-beta.4
     - @wordpress/url@0.1.0-beta.4
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    b16c8ba View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into add-hooks-via-composition

    # Conflicts:
    #	packages/hooks/README.md
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    72f19ed View commit details
    Browse the repository at this point in the history
  16. Merge pull request #40 from WordPress/add-hooks-via-composition

    Add Hooks to objects via composition or as a mixin
    Adam Silverstein authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    2f754e1 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    02e01a7 View commit details
    Browse the repository at this point in the history
  18. remove the built files which were added by mistake

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    04ce84e View commit details
    Browse the repository at this point in the history
  19. Merge branch 'remove-built-files'

    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    6f188eb View commit details
    Browse the repository at this point in the history
  20. Publish

     - @wordpress/a11y@0.1.0-beta.6
     - @wordpress/dom-ready@0.1.0-beta.6
     - @wordpress/hooks@0.1.0-beta.5
     - @wordpress/url@0.1.0-beta.5
    Adam Silverstein committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    d62ecb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

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

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    4ad0565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from WordPress/fix/38-speak-region-overflow

    a11y: Use screen-reader-text styles for speak container
    omarreiss authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    8e6bfcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9059b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from WordPress/update/screen-reader-text-css

    Update screen-reader-text CSS
    omarreiss authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    058ca22 View commit details
    Browse the repository at this point in the history
  5. Hooks: Allow slashes in the namespace (#47)

    * Hooks: Allow slashes in the namespace
    
    * Hooks: Add test ensuring backlash is not allowed inside namespace
    gziolo authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    2d1f478 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    86db232 View commit details
    Browse the repository at this point in the history
  7. Publish

     - @wordpress/a11y@1.0.0
     - @wordpress/hooks@1.0.0
    Adam Silverstein committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1b693b9 View commit details
    Browse the repository at this point in the history
  8. a11y & hooks: remove ‘@next’ from install instructions

    Adam Silverstein committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    99f5046 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #50 from WordPress/fix/update-readme-after-release

    a11y & hooks: remove ‘@next’ from install instructions
    Adam Silverstein authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    2b2583c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    eeef5a8 View commit details
    Browse the repository at this point in the history
  2. tag a11y and hooks at 1.0.1

    Adam Silverstein committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    96ec440 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51 from WordPress/tag-101-release

    tag a11y and hooks at 1.0.1
    Adam Silverstein authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    f71e108 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:WordPress/packages

    Adam Silverstein committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e0e090c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Trigger actions when adding or removing hooks

    Adam Silverstein committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    8bf8697 View commit details
    Browse the repository at this point in the history
  2. add tests for expected hookAdded and hookRemoved events

    Adam Silverstein committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a0da7d3 View commit details
    Browse the repository at this point in the history
  3. these are hooks not hoods (typo)

    Adam Silverstein committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    91c32b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    80cc076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ef661 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from ntwb/patch-1

    Add GPLv2 `LICENSE.md` license
    omarreiss authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    c58b48a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Merge branch 'feature/events-on-add-remove' of github.com:WordPress/p…

    …ackages into feature/events-on-add-remove
    Adam Silverstein committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    9ddb95c View commit details
    Browse the repository at this point in the history
  2. Add tests for addFilter/removeFilter

    Adam Silverstein committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    17cab19 View commit details
    Browse the repository at this point in the history
  3. whitespace

    Adam Silverstein committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    ffaeb17 View commit details
    Browse the repository at this point in the history
  4. Docs update for hooks added/removed events

    Adam Silverstein committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    9d7c064 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    cceb16f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from WordPress/feature/events-on-add-remove

    Feature/events on add remove
    gziolo authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    cce12c7 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @wordpress/a11y@1.0.2
     - @wordpress/dom-ready@0.1.0-beta.7
     - @wordpress/hooks@1.1.0
     - @wordpress/url@0.1.0-beta.6
    gziolo committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e3cec64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cbae56 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Implement autop package

    aduth committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b99fb28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aa145 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from WordPress/add/wpautop

    Add package: autop
    aduth authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    724b7c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

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

Commits on Jan 7, 2018

  1. Configuration menu
    Copy the full SHA
    9a0ffc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e779e55 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    7b895a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf9490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75251a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from WordPress/update/node-version

    Enforce using the latest LTS version (8.x) of Node and up
    gziolo authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    f88a46b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8471a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b12b26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbbcc5a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    4c1617c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4fa03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from WordPress/add/jest-console

    Jest-console: Add new package with console object matchers for Jest
    gziolo authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    836b047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2695155 View commit details
    Browse the repository at this point in the history
  5. Publish

     - @wordpress/a11y@1.0.3
     - @wordpress/autop@1.0.1
     - @wordpress/dom-ready@1.0.0
     - @wordpress/hooks@1.1.1
     - @wordpress/jest-console@1.0.0
     - @wordpress/url@1.0.0
    gziolo committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f420aca View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    26ef4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36999a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdaef5c View commit details
    Browse the repository at this point in the history
  4. chore: Use tabs for indentaion in _url_ package package.json and `p…

    …ackage-lock.json` files
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c3902cf View commit details
    Browse the repository at this point in the history
  5. chore: Use tabs for indentaion in _jest-console_ package `package.jso…

    …n` and `package-lock.json` files
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    790bd51 View commit details
    Browse the repository at this point in the history
  6. chore: Use tabs for indentaion in _hooks_ package package.json and …

    …add missing `package-lock.json` file
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    95c1c6b View commit details
    Browse the repository at this point in the history
  7. chore: Use tabs for indentaion in _dom-ready_ package package.json

    …and `package-lock.json` files
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e7f0d09 View commit details
    Browse the repository at this point in the history
  8. chore: Use tabs for indentaion in _autop_ package package.json and …

    …`package-lock.json` files
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    f45e71e View commit details
    Browse the repository at this point in the history
  9. chore: Use tabs for indentaion in _a11y_ package package.json and `…

    …package-lock.json` files
    ntwb committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    6114576 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d45165d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    07f3600 View commit details
    Browse the repository at this point in the history
  2. Publish (#67)

    - @wordpress/a11y@1.0.4
     - @wordpress/autop@1.0.2
     - @wordpress/babel-preset-default@1.0.1-0
     - @wordpress/dom-ready@1.0.1
     - @wordpress/hooks@1.1.2
     - @wordpress/jest-console@1.0.1
     - @wordpress/url@1.0.1
    gziolo authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    3d50441 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Scripts: New scripts package containing test command (#62)

    * Scripts: initial commit with scripts package containing test command
    
    * Publish
    
     - @wordpress/scripts@1.0.1-0
    
    * Scripts: Minor changes before publishing to npm
    gziolo authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    7ee6367 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @wordpress/a11y@1.0.5
     - @wordpress/autop@1.0.3
     - @wordpress/babel-preset-default@1.0.0
     - @wordpress/dom-ready@1.0.2
     - @wordpress/hooks@1.1.3
     - @wordpress/jest-console@1.0.2
     - @wordpress/scripts@1.0.0
     - @wordpress/url@1.0.2
    gziolo committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    5d23873 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    31173fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b59fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffffaab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e7db9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    403e812 View commit details
    Browse the repository at this point in the history
  6. Publish

     - @wordpress/babel-preset-default@1.0.1
     - @wordpress/browserslist-config@2.0.0
     - @wordpress/jest-console@1.0.3
     - @wordpress/scripts@1.0.1
    gziolo committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    7d0034c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    324fb0c View commit details
    Browse the repository at this point in the history
  8. Publish

     - @wordpress/babel-preset-default@1.0.2
    gziolo committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    261f818 View commit details
    Browse the repository at this point in the history
  9. 📦 NEW: Update Lerna to 2.8.0

    Ahmad Awais authored and ntwb committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    fdd1458 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b44fd21 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. build: use browserslist-config-wordpress Browserslist shared config (

    …#68)
    
    * build: use `browserslist-config-wordpress` Browserslist shared config
    
    * chore(babel-preset-default): switch to `@wordpress/browserslist-config`
    
    * chore: fix merge conflict
    
    * chore: regenerate `package-lock.json`
    
    * Browserslit config: Add devDependency in the root repository
    
    * Babel preset default: Add missing spaces around square brackets
    ntwb authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    aa821b7 View commit details
    Browse the repository at this point in the history
  2. Jest preset: Add default jest preset for WordPress development (#74)

    * Jest preset: Add default jest preset for WordPress developmnent
    
    * Jest preset: Use path to jest preset relative to root directory
    gziolo authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    4466f21 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @wordpress/babel-preset-default@1.0.3
     - @wordpress/jest-preset-default@1.0.0
     - @wordpress/scripts@1.0.2
    gziolo committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    c3b70c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f13b89 View commit details
    Browse the repository at this point in the history
  5. Publish

     - @wordpress/jest-preset-default@1.0.1
    gziolo committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ae947d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47ff850 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

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

Commits on Feb 13, 2018

  1. docs: add link to browserslist usage examples docs (#80)

    * docs: update browserslist readme example usage
    
    * docs (browserslist): Link to external configuration examples
    
    * Update README.md
    ntwb authored and gziolo committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    b07155e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Configuration menu
    Copy the full SHA
    8f2d224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc7809 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @wordpress/babel-preset-default@1.1.0
     - @wordpress/browserslist-config@2.1.0
     - @wordpress/jest-console@1.0.4
     - @wordpress/jest-preset-default@1.0.2
    ntwb committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    7dcc942 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. chore: update Lerna to 2.9.0

    ntwb committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    9c5f33d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Build: Use node script to symlink local npm dependencies (#79)

    * Build: Use node script to symlink local npm dependencies
    
    * Chore: Update symlink-or-copy to v1.2.0
    
    * Chore: Added npm-run-all to simplify npm scripts
    gziolo authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    05e178c View commit details
    Browse the repository at this point in the history
  2. docs: ❤️ Code is Poetry

    ntwb committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    af48bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    445072e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Scripts: Provide the default configuration for the test command (#83)

    * Scripts: Provide the default configuration for the `test` command
    It is used in the case when the project does not have a config for Jest or Babel
    
    * Scripts: Add tests for utils to ensure they work properly
    
    * Add back end-of-file new line
    gziolo authored and ntwb committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    6b94f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9944a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092fc71 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @wordpress/a11y@1.0.6
     - @wordpress/autop@1.0.4
     - @wordpress/babel-preset-default@1.1.1
     - @wordpress/browserslist-config@2.1.1
     - @wordpress/dom-ready@1.0.3
     - @wordpress/hooks@1.1.4
     - @wordpress/jest-console@1.0.5
     - @wordpress/jest-preset-default@1.0.3
     - @wordpress/scripts@1.1.0
     - @wordpress/url@1.0.3
    gziolo committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    5e59924 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    79c7676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c3ea1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eedf9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88e5563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e116f2a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Hooks: Add baseline benchmark

    aduth committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    64e05c0 View commit details
    Browse the repository at this point in the history
  2. Hooks: Avoid validating namespace in runHooks

    Unnecessary because a hook cannot be registered with an invalid hook name, so it would not pass the subsequent condition to check that a hookset with corresponding name exists.
    aduth committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    0abe667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c44f03 View commit details
    Browse the repository at this point in the history
  4. Hooks: Simplify return first arg logic

    Even if we don't intend to return value, no harm in assigning to args[ 0 ]
    aduth committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    223397c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6220a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d5854b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #85 from WordPress/update/run-hooks-perf

    Hooks: Micro-optimize runHooks
    aduth authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d0c807d View commit details
    Browse the repository at this point in the history
  8. Publish

     - @wordpress/a11y@1.0.7
     - @wordpress/autop@1.0.5
     - @wordpress/babel-preset-default@1.1.2
     - @wordpress/browserslist-config@2.1.2
     - @wordpress/dom-ready@1.0.4
     - @wordpress/hooks@1.1.5
     - @wordpress/jest-console@1.0.6
     - @wordpress/jest-preset-default@1.0.4
     - @wordpress/scripts@1.1.1
     - @wordpress/url@1.0.4
    aduth committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1232b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Wrap filename in backticks

    ntwb committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    3c62e78 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    712e599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95dc85c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    ade460f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from WordPress/fix/action-undef

    Hooks: Fix undefined first argument on consecutive action callbacks
    aduth authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    6be1af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d729f9 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @wordpress/hooks@1.1.6
     - @wordpress/jest-preset-default@1.0.5
     - @wordpress/scripts@1.1.2
    aduth committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    1166624 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #93 from WordPress/add/custom-templated-path-plugin

    Package: Add `@wordpress/custom-templated-path-webpack-plugin` package
    aduth authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    7025e0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    138c958 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. docs: updated handbook URL

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

Commits on Mar 27, 2018

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

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    ec90828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8009690 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @wordpress/babel-plugin-makepot@1.0.0
     - @wordpress/babel-preset-default@1.1.3
     - @wordpress/browserslist-config@2.1.3
     - @wordpress/custom-templated-path-webpack-plugin@1.0.1
     - @wordpress/i18n@1.0.0
     - @wordpress/scripts@1.1.3
    youknowriad committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    ddc18d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. return a boolean from hasHook not the hook count

    Adam Silverstein committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    e743ff1 View commit details
    Browse the repository at this point in the history
  2. simplify logic

    Adam Silverstein committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    2b3c8bf View commit details
    Browse the repository at this point in the history
  3. update tests to expect booleans from hasFilter/Action

    Adam Silverstein committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    b4b8568 View commit details
    Browse the repository at this point in the history
  4. Clean up docs and return

    Adam Silverstein committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    d166c75 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Merge pull request #102 from WordPress/fix/has-return-boolean

    return a boolean from `hasHook` not the hook count
    Adam Silverstein authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    d674f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d268a2f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    28b26c8 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @wordpress/babel-preset-default@1.2.0
     - @wordpress/hooks@1.1.7
     - @wordpress/scripts@1.1.4
    aduth committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    9e66c08 View commit details
    Browse the repository at this point in the history
  3. i18n: Support accumulatively registering additional locale data for d…

    …omain (#105)
    
    * allow for setting additional locale data for a domain accumulatively
    
    * woops wrong object reference
    
    * add test for accumulation of localeData
    
    * repackage additional tests
    
    * use more performant “in” check instead of lodash `_.has`
    
    * use hasOwnProperty instead of in
    
    * fix formatting for code style
    
    * fix formatting
    
    * use Object.assign instead of lodash.merge
    
    * add new plural strings to tests
    
    * simplify merging
    
    * indent, indent
    
    * i18n: Fix indentation
    nerrad authored and aduth committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ed56276 View commit details
    Browse the repository at this point in the history
  4. i18n: Memoize dcnpgettext (#101)

    * i18n: Memoize dcnpgettext
    
    * i18n: Export dcnpgettext inline
    aduth authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    2bd43bb View commit details
    Browse the repository at this point in the history
  5. Publish

     - @wordpress/i18n@1.1.0
    aduth committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    21f3cea View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Add WordCounter package (#10)

    * Adding WordCounter package
    
    * Simplifying test syntax
    
    * export the count as default
    
    * Creating a simpler API
    
    * Refactor into a single function export
    
    *  Modification based on review notes
    
    * Complete refactor based on suggestions from @omarreiss
    
    * Remove conditional check
    
    * Moving each function into a new file. Exporting an object so we can use a single settings property and make the calls a little more sane
    
    * Only importing the lodash method we need
    
    * Using flow to chain the matchWords/matchCharacters inner function calls
    
    * Adding readme
    
    * Addressing some feedback on the PR
    
    * Move to a simplier API
    
    * Updates the README to match API changes
    
    * Updates per review by @youknowriad
    
    * Adds missing dockblock param
    
    * Spacing issues
    
    * Adds correct docblocks and fixes some whitespace issues
    
    * Adding some whitespace as per review comment
    ryanwelcher authored and Adam Silverstein committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    aac5139 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    510cd3e View commit details
    Browse the repository at this point in the history
  2. Publish

     - @wordpress/url@1.1.0
     - @wordpress/wordcount@1.0.0
    pento committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    e3547ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28901fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c4d1b0 View commit details
    Browse the repository at this point in the history
  5. Add package: @wordpress/is-shallow-equal (#110)

    * Add package: @wordpress/is-shallow-equal
    
    * Ignore benchmark for codecov
    
    No need to affect the codecoverage stats with a benchmarking script
    
    * Define benchmark dependencies as devDependencies
    
    Otherwise considered a proper required dependency from perspective of consuming project
    aduth authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    fdc7f0b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Add test for arrays being completely equal (#117)

    * Add test for arrays being completely equal
    
    It's a nearly useless test, but it does get is-shallow-equal to 100% test coverage
    See https://codecov.io/gh/WordPress/packages/src/master/packages/is-shallow-equal/index.js#L48 for the one piece of code not currently tested.
    
    * fix spacing
    
    * add test for object copies
    aaronjorbin authored and aduth committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    ee842ec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. is-shallow-equal: Fall back to strict equality for non-object-like (#116

    )
    
    * Ensure inverse argument order has same test result
    
    * is-shallow-equal: Fall back to strict equality for non-object-like
    
    * is-shallow-equal: De-snark README.md
    aduth authored May 1, 2018
    Configuration menu
    Copy the full SHA
    e83cca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa7b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6477d7 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @wordpress/is-shallow-equal@1.0.1
     - @wordpress/wordcount@1.0.1
    aduth committed May 1, 2018
    Configuration menu
    Copy the full SHA
    3dbd3a5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Improve hooks docs (#121)

    Adam Silverstein authored and gziolo committed May 7, 2018
    Configuration menu
    Copy the full SHA
    6c114c1 View commit details
    Browse the repository at this point in the history
  2. Add a missing p in the docs remove -> removep (#120)

    Adam Silverstein authored and gziolo committed May 7, 2018
    Configuration menu
    Copy the full SHA
    aaa44c2 View commit details
    Browse the repository at this point in the history
  3. Fix/wordcount whitespace only error (#123)

    * Addresses error thrown when the results of matchWord or matchCharacters returns null. Includes test for the case
    
    * Changes as per @tofumatt
    
    * Going full ternary
    ryanwelcher authored and aduth committed May 7, 2018
    Configuration menu
    Copy the full SHA
    4892728 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    3cb9455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2bfdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc4098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c30ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d17f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06d814e View commit details
    Browse the repository at this point in the history
  7. Publish

     - @wordpress/autop@1.0.6
     - @wordpress/hooks@1.1.8
     - @wordpress/is-shallow-equal@1.0.2
     - @wordpress/wordcount@1.0.2
    aduth committed May 8, 2018
    Configuration menu
    Copy the full SHA
    8a2dea2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Add @wordpress/npm-package-json-lint-config package (#119)

    * Add `@wordpress/npm-package-json-lint-config` package
    
    * Standardize packages `package.json` format per `@wordpress/npm-package-json-lint`
    
    * Add unused `npm-package-json-lint` rules for reference
    
    * Update `npm-package-json-lint` to `3.0.0-alpha3`
    
    * Add `valid-values-publishConfig` rule with `{"access": "public"}` option for _packages_ repo
    
    * use tabs for indentation
    
    * Update npm-package-json-lint to v3
    
    * Update npmPackageJsonLintConfig config formatting
    
    * Use latest `3.0.1` npm-package-json-lint release and remove `.npmpackagejsonlintrc.json`
    
    * Use `lint:pkg-json` as the npmPkgJsonLint script task name
    
    * fix `pretest` test script command
    
    * Npm package.json lint config: address my own comments
    
    * Add is-plain-object as devDependency
    ntwb authored and gziolo committed May 17, 2018
    Configuration menu
    Copy the full SHA
    240be25 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    2bd7f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ef9f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb3adc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00435a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f13cb8 View commit details
    Browse the repository at this point in the history
  6. Add i18n@1.1.1 CHANGELOG entry

    ntwb authored May 18, 2018
    Configuration menu
    Copy the full SHA
    e4a5832 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bf33a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbb88fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    402c261 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14c53f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a113a40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b6a311 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fabd540 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5de9931 View commit details
    Browse the repository at this point in the history
  15. chore(release): publish

     - @wordpress/babel-plugin-makepot@1.0.1
     - @wordpress/babel-preset-default@1.2.1
     - @wordpress/browserslist-config@2.1.4
     - @wordpress/custom-templated-path-webpack-plugin@1.0.2
     - @wordpress/i18n@1.1.1
     - @wordpress/jest-console@1.0.7
     - @wordpress/jest-preset-default@1.0.6
     - @wordpress/npm-package-json-lint-config@1.0.0
     - @wordpress/scripts@1.1.5
     - @wordpress/wordcount@1.0.3
    ntwb committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d409ace View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Babel preset: Enable support for async generator functions (#126)

    * Babel preset: Enabled support for async generator functions
    
    * Babel preset: Add unit tests for async generator functions
    
    * Babel preset: Update changelog
    gziolo authored May 22, 2018
    Configuration menu
    Copy the full SHA
    4a991ec View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

     - @wordpress/babel-preset-default@1.3.0
     - @wordpress/scripts@1.1.6
    gziolo committed May 22, 2018
    Configuration menu
    Copy the full SHA
    7ccb075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4beeb1a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Scripts: Add support for lint-pkg-json script (#128)

    * Scripts: Add support for lint-pkg-json script
    
    * Scripts: Update documentation for `lint-pkg-json` command
    gziolo authored May 23, 2018
    Configuration menu
    Copy the full SHA
    04093f5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Scripts: Update changelog

    gziolo committed May 29, 2018
    Configuration menu
    Copy the full SHA
    5f3ea6e View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

     - @wordpress/scripts@1.2.0
    gziolo committed May 29, 2018
    Configuration menu
    Copy the full SHA
    187736a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    7df1923 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

     - @wordpress/hooks@1.2.0
    pento committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c24da3a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Jest Console: Add new matchers for console.log and console.info (#137)

    * Jest Console: Add new matchers for console.log and console.info
    
    * Jest-console: Update CHANGELOG with braking changes details
    gziolo authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    39314f7 View commit details
    Browse the repository at this point in the history
  2. Add 'temp-packages/' from commit '39314f7068fb1ac5f7206ef01b0cf561b30…

    …bfe90'
    
    git-subtree-dir: temp-packages
    git-subtree-mainline: 04c0ea2
    git-subtree-split: 39314f7
    omarreiss committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7694466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc72066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e1ec9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    374ca8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9ac44b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbd509c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    9c2d450 View commit details
    Browse the repository at this point in the history
  2. Remove npm-run-all

    ntwb committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a268477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d6981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b55e242 View commit details
    Browse the repository at this point in the history
  5. ESLint initial fixes via --fix

    ntwb committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    192b4df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdad685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1a4281 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1b00d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Build: Use Lerna 3 for managing packages

    It folows the setup of Lerna itself which demonstrates "the golden path of local file: specifiers at scale".
    See: lerna/lerna#1307.
    gziolo committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    bc6aff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f9852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5acdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    713980a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ec4171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa17df7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bc5ff6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    00b3825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998d288 View commit details
    Browse the repository at this point in the history