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

Maintenance #43

Merged
merged 58 commits into from Jul 24, 2016
Merged

Maintenance #43

merged 58 commits into from Jul 24, 2016

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    5190a83 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix a typo

    steelbrain committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    db1d7d4 View commit details
    Browse the repository at this point in the history
  3. 🚐 Relocate wrappers

    steelbrain committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    a78f896 View commit details
    Browse the repository at this point in the history
  4. 🚐 Doc -> API

    steelbrain committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    8a8935c View commit details
    Browse the repository at this point in the history
  5. 🔥 Nuke the pundle package

    Nooooooooooooooooo! 😂
    steelbrain committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    0607c4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    158d48d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8665c9 View commit details
    Browse the repository at this point in the history
  8. 🆕 Add basic loaders

    steelbrain committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    715c29a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    39e76e3 View commit details
    Browse the repository at this point in the history
  2. 🆕 Add a resolver

    steelbrain committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    d394bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68470d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a7c997 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

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

Commits on Jul 14, 2016

  1. 🆕 Add FileSystem class

    steelbrain committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    976dc44 View commit details
    Browse the repository at this point in the history
  2. 🆕 Add a Files class

    steelbrain committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    5041a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2c79cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7bcfa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    da10fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449d084 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. 🔥 Cleanup pundle-fs

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    3a512cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebddc76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122e206 View commit details
    Browse the repository at this point in the history
  4. 🔥 Remove the todo about auto-requiring Buffer

    The reason we're not going to do it is that we could auto-import Buffer based on the name access in code base but we could end up declaring the variable only to find out the user declared it too and scopes and nesting would get difficult to manage that way. We are using traverse.cheap and we want to keep using it for the performance benefits, we'll have to use the slow traversing to do it the other way around
    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    ba11bec View commit details
    Browse the repository at this point in the history
  5. 🆕 Implement JSON loader

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    424f88a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4bbe50 View commit details
    Browse the repository at this point in the history
  7. 🔥 Remove unused deps

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    3f1b1c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0ef948 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    979f4d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8681f5 View commit details
    Browse the repository at this point in the history
  11. 🆕 Add config.pathType

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    91359e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e95e5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0365111 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40a9d9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94ce440 View commit details
    Browse the repository at this point in the history
  16. 🐛 Make ESLint happy

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    3f6aaf0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    faab3d6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46d8474 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fea257f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2f5f411 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f0bc403 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    01c576c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ae5b62a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6e6085f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fd377f6 View commit details
    Browse the repository at this point in the history
  26. ⬆️ Upgrade CI config

    steelbrain committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    75511d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Configuration menu
    Copy the full SHA
    d86d20e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ecc068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    168fb82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5b22ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95fa65c View commit details
    Browse the repository at this point in the history
  6. 🐛 Fix JSON loader

    steelbrain committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    e971fdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f3b70d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fa81df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7903729 View commit details
    Browse the repository at this point in the history
  10. 🎨 Make ESLint happy

    steelbrain committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    fc641f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4936d0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a358c05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5e4a5b View commit details
    Browse the repository at this point in the history