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

feat(refactor): move server and client logic to their own package #26

Merged
merged 25 commits into from
May 28, 2019

Commits on May 25, 2019

  1. Configuration menu
    Copy the full SHA
    012c01d View commit details
    Browse the repository at this point in the history
  2. ci: add monorepo config

    Luciano Fantone committed May 25, 2019
    Configuration menu
    Copy the full SHA
    b4b2fe0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. feat(refactor): build client and server with its own target

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    604706b View commit details
    Browse the repository at this point in the history
  2. fix: remove polyfill from bundle

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6aa8f6e View commit details
    Browse the repository at this point in the history
  3. test(fix): setup jest with custom babel config

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    07e1431 View commit details
    Browse the repository at this point in the history
  4. fix(babeljs): add core-js option in config

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    66b21ce View commit details
    Browse the repository at this point in the history
  5. chore(fix): node scripts

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    54b24f8 View commit details
    Browse the repository at this point in the history
  6. chore(package): change package scope

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    da9d4ad View commit details
    Browse the repository at this point in the history
  7. fix(bundle): change exclude/include regexp

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6d3bb3b View commit details
    Browse the repository at this point in the history
  8. fix(script): change workspace package names

    Luciano Fantone committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c290da7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. docs: add client and server initial readme files

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5a72551 View commit details
    Browse the repository at this point in the history
  2. fix: expose only the render method

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    c2d0d15 View commit details
    Browse the repository at this point in the history
  3. fix: bundle cjs package also

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ace5371 View commit details
    Browse the repository at this point in the history
  4. fix: include polyfills :(

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    4f14117 View commit details
    Browse the repository at this point in the history
  5. fix: load chunks and then route component

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8489032 View commit details
    Browse the repository at this point in the history
  6. test: update load current route unit test

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8490feb View commit details
    Browse the repository at this point in the history
  7. chore: expose unsure ready method

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e9733a0 View commit details
    Browse the repository at this point in the history
  8. chore: set package module name

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    581c6fa View commit details
    Browse the repository at this point in the history
  9. ci: prepare build steps for open public module

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8be94ca View commit details
    Browse the repository at this point in the history
  10. ci(fix): remove pre-release dependency

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    1b10889 View commit details
    Browse the repository at this point in the history
  11. ci(fix): require health-check step to approve a release

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0981a7d View commit details
    Browse the repository at this point in the history
  12. ci(fix): run release-approval only for develop branch

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    81f9c70 View commit details
    Browse the repository at this point in the history
  13. ci(lerna): remove independant mode

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    6f8f510 View commit details
    Browse the repository at this point in the history
  14. chore: change name of global package script

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    d11710d View commit details
    Browse the repository at this point in the history
  15. chore: add flybondi badge

    Luciano Fantone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    fa41cc5 View commit details
    Browse the repository at this point in the history