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

Sync Canary to Master #102

Merged
merged 68 commits into from
Mar 19, 2019
Merged

Sync Canary to Master #102

merged 68 commits into from
Mar 19, 2019

Commits on Jan 23, 2019

  1. docs(contributing md): add contributing documentation (#16)

    docs(readmemd): add initial readme md until dynamic import
    alvinkl committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    2d763f4 View commit details
    Browse the repository at this point in the history
  2. docs(readmemd): fix contributing url (#18)

    fix contributing url on readme md
    alvinkl committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    892f63b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. fix(babelconfigjs): fix built absolute path to relative path (#19)

    Fix built file path and extract customizable to outer maleo
    
    fix(playground): change path to root maleo
    
    fix(plugins): change name of plugins into maleo-
    
    fix(maleo binary): add figlet to maleo binary
    alvinkl authored and AndariasSilvanus committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    064352c View commit details
    Browse the repository at this point in the history
  2. test(test): make babel-jest working (#20)

    Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works
    alvinkl authored and AndariasSilvanus committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c48b77d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. chore(package json example): remove example from workspace (#21)

    need to remove example from workspace since we dont want hoisted dependency to be used by example,
    it doesnt really mimic how the library works
    
    fix(maleo/build/webpack): resolve
    
    add node modules on project root directory to resolve
    
    fix(webpackts): change nodeexternals to own function
    
    remove node externals switch it to our own function
    
    fix(package json): add dev dependencies react and react router
    
    fix(webpack): add nodeexternals add airy maleo
    alvinkl authored and AndariasSilvanus committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    8850805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8b20a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4435c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    6bf3d0a View commit details
    Browse the repository at this point in the history
  2. test(packagejson travis circle): add coveralls and travisyml (#27)

    chore(lock.yml): add lock.yml to automatically lock issues and pr
    
    test(loadinitialprops test): add more unit test for load props
    
    test(routehandler): add test for routehandler
    
    test(utils index): add utilities test
    alvinkl authored and AndariasSilvanus committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    38d6403 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

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

Commits on Feb 7, 2019

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

Commits on Feb 14, 2019

  1. feat(maleo playground): add default server and client (#29)

    add defult server, client, and routes for auto import, so user no need to register snippet
    
    BREAKING CHANGE: client haven't use the route yet
    
    feat(client route): add register route
    
    added register route for client to be able to pass it to window and feed to default client
    
    docs(readmemd): update docs for default server and client
    
    feat(webpack client wrap): add register wrap to window
    
    feat(webpack register-loader client): auto register
    
    add auto register using register loader for wrap and routes to be used by client
    
    feat(webpack app client): add auto register for app
    
    refactor(webpack): clean up static entries
    
    refactor static entries to be more readable
    
    fix(webpack): comment out hardsourcewbp
    
    fix(webpack): fix node externals
    
    fix(webpack server tsplugin): fix error not bundling on client
    
    error caused by webpack getting imported to server.ts not sure what cause the error
    
    feat(client): added register entry class
    
    docs(readmemd): update register route readme
    alvinkl authored and AndariasSilvanus committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e40897b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a9f326 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    24a835b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b45e4e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    bf7abce View commit details
    Browse the repository at this point in the history
  2. docs(readmemd): add license (#39)

    * docs(readmemd): add license
    
    * Update README.md
    alvinkl committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    167054a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d0cc9 View commit details
    Browse the repository at this point in the history
  4. fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

    added dynamic key to stats json so maleo wont serve dynamic file as normal file
    alvinkl authored and AndariasSilvanus committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    114c465 View commit details
    Browse the repository at this point in the history
  5. feat(webpack client preset): add simple hmr refresh (#37)

    fix(clienthmr): hot module now accepting new changes
    
    BREAKING CHANGE: new hash is not synced
    alvinkl committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    61fc321 View commit details
    Browse the repository at this point in the history
  6. feat(maleo-routes-split): auto add key for routes (#42)

    docs(readmemd): update docs remove routes key
    
    remove routes key
    alvinkl committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7a61301 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. docs(readmemd): add badges (#43)

    ci(travis circleci): yml
    alvinkl committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    48651bd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    84ed4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d69109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8514985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e323dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. fix(css-plugin): first render isl not working (#48)

    fix(withstyles): change stylecontext to function generate
    alvinkl authored and AndariasSilvanus committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7e67643 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. chore(yarn lock): update yarn lock to use static reactdom (#51)

    chore(package.json): do semver to 0.0.1
    
    chore(package.json): add gren
    
    chore(travis.yml): add script for prepublish and publish canary
    alvinkl committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    835b83a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81584c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce02d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c8b6c5 View commit details
    Browse the repository at this point in the history
  5. chore(travis.yml): add access public npm (#55)

    chore(package.json yarn.lock): add the correct gren
    alvinkl committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    af0e177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0347b5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67bee70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c967df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f805f62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    215d7b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b1d3be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e7801b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    020fc08 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    229f1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3419fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e269d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b51c53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    801f74b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4162aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78a0973 View commit details
    Browse the repository at this point in the history
  8. chore(release): publish %s [skip ci]

     - @airy/maleo@0.0.6-canary.50
     - @airy/maleo-css-plugin@0.0.6-canary.50
     - @airy/maleo-gulp-plugin@0.0.6-canary.50
     - @airy/maleo-redux-plugin@0.0.6-canary.50
     - @airy/maleo-typescript-plugin@0.0.6-canary.50
    Travis CI User committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    9919fa3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11e10f8 View commit details
    Browse the repository at this point in the history
  10. chore(ci): move ci related commands to new folder (#72)

    chore(changelog): remove changelog
    alvinkl committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    e9cb4dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3697202 View commit details
    Browse the repository at this point in the history
  12. feat(webpack): change maleo-routes.json to routes.json (#74)

    use exact path ro routes.json and add react router dep
    
    refactor(package.json, yarn.lock): remove react and react-router core
    alvinkl committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    b3b9e2f View commit details
    Browse the repository at this point in the history
  13. chore(release): publish %s [skip ci]

     - @airy/maleo@0.0.6-canary.51
    airyrooms-engineering committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    31c1b95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d6a260 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fac3f34 View commit details
    Browse the repository at this point in the history
  16. chore(release): publish %s [skip ci]

     - @airy/maleo@0.0.8-alpha.0
     - @airy/maleo-css-plugin@0.0.8-alpha.0
     - @airy/maleo-gulp-plugin@0.0.8-alpha.0
     - @airy/maleo-redux-plugin@0.0.8-alpha.0
     - @airy/maleo-typescript-plugin@0.0.8-alpha.0
    airyrooms-engineering committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    67b59b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc3f3f9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e791452 View commit details
    Browse the repository at this point in the history
  19. chore(release): publish %s [skip ci]

     - @airy/maleo@0.0.8-canary.2
     - @airy/maleo-css-plugin@0.0.8-canary.2
     - @airy/maleo-gulp-plugin@0.0.8-canary.2
     - @airy/maleo-redux-plugin@0.0.8-canary.2
     - @airy/maleo-typescript-plugin@0.0.8-canary.2
    airyrooms-engineering committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    95dcd68 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    594186a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe4fb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1650a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b0665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    421ab96 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish %s [skip ci]

     - @airy/maleo@0.0.8-canary.3
    airyrooms-engineering committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    eb9bf18 View commit details
    Browse the repository at this point in the history
  7. docs(readme.md): fix trailing commas, and add dev (#84)

    t push --force# with '#' will be ignored, and an empty message aborts the commit.
    alvinkl committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    dc6d3a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d631f27 View commit details
    Browse the repository at this point in the history