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

Handle null mappings correctly in sourcemaps #1851

Closed
wants to merge 639 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 5, 2018

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

Commits on Feb 6, 2018

  1. [bug fix] Make sure bundles is an array in loadBundlesLazy (#755)

    * always add the bundle-loader module
    
    * check if the asset is already in the bundle
    
    * make sure bundles is an array in loadBundlesLazy
    albizures authored and devongovett committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    e3fcfa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

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

Commits on Feb 10, 2018

  1. Add no-config support for jsx (#751)

    * support no-config jsx
    
    * Automatically enable JSX in normal .js files if react or preact are dependencies
    sheeldotme authored and devongovett committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    5e224bd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Bump dependencies (#759)

    brandon93s authored and devongovett committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    13864d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Add support for optional dependencies (#788)

    Put a `require` call inside a try…catch block, and it becomes optional. If that dependency cannot be resolved, it will throw a runtime error instead of a build time one.
    devongovett committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    47f252b View commit details
    Browse the repository at this point in the history
  2. Node 6 support (#789)

    * Run the tests on node 6
    * Disable web assembly tests if not supported
    * Check if we should ignore a babelrc before merging
    devongovett committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    95a6ebf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    dc43135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d8d75 View commit details
    Browse the repository at this point in the history
  3. Add --out-file option (#745)

    brandon93s authored and devongovett committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9616277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c761fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ae5f6 View commit details
    Browse the repository at this point in the history
  6. Log bundle metrics (#733)

    Jasper De Moor authored and devongovett committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    6deec80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d2f82d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

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

    devongovett committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    b25129a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52aec8a View commit details
    Browse the repository at this point in the history
  4. 1.6.1

    devongovett committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    852f6b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. add JSX support for "Nerv" (#821)

    g-plane authored and devongovett committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1e12975 View commit details
    Browse the repository at this point in the history
  2. Fix babel handling for node: DEFAULT_ENGINES (#827)

    For node, specifying `>= 6` is wrong, it should say just `6`
    lbguilherme authored and devongovett committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c7ba56a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    246edd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Remove unnecessary files from npm (#836)

    Alex Nozdriukhin authored and devongovett committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    6d9e68c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Configuration menu
    Copy the full SHA
    83d4e3b View commit details
    Browse the repository at this point in the history
  2. remove call to window.location (fix #846) (#847)

    Removed call to window.location
    ranfdev authored and devongovett committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    6e0a7f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Update yarn.lock

    devongovett committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    c3fb152 View commit details
    Browse the repository at this point in the history
  2. 1.6.2

    devongovett committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    4ded6c9 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    376dc2c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Fix hmr runtime error (#852)

    mischnic authored and devongovett committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    842b9d8 View commit details
    Browse the repository at this point in the history
  2. Add server reference to bundler (#822)

    * add server reference to bundler
    
    * remove let
    fusepilot authored and devongovett committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    a242471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    595252c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cafb6ef View commit details
    Browse the repository at this point in the history
  5. Fix Rust wasm-gc test (#862)

    mvlabat authored and devongovett committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    0d9d14c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Uglify sourcemaps support (#617)

    Jasper De Moor authored and devongovett committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d9f3c25 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Feb 24, 2018

  1. Fix error when no "targets" options in .babelrc (#886)

    Weijia Wang authored and devongovett committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    69f7c6d View commit details
    Browse the repository at this point in the history
  2. Refactor prettifySize (#883)

    Untangles if/else in favor of returns.
    Glinkis authored and devongovett committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    f897bf7 View commit details
    Browse the repository at this point in the history
  3. Fix property descriptor of config.internal in transforms/babel.js (#880)

    * Fix property descriptor of config.internal in transforms/babel.js
    
    The default descriptor for 'configurable'is `false`, which causes the error `Cannot delete property 'internal' of #<Object>`
    
    * Formatting
    dalcib authored and devongovett committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    eaf51d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. update less to v3 (#897)

    Jasper De Moor authored and devongovett committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    46c5da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. only transform safe cssnano minifiers (#914)

    Jasper De Moor authored and devongovett committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    55814c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ea515 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. fix hmr bug (#921)

    Jasper De Moor authored and devongovett committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    88630f2 View commit details
    Browse the repository at this point in the history
  2. Do not try to use the sanitized package name as the bundle name (#934)

    * do not try to use the sanitized package name as the generated bundle name, it does not work because not all part of the code agree on this
    
    * yarn remove sanitize-filename
    pierredavidbelanger authored and devongovett committed Mar 2, 2018
    3 Configuration menu
    Copy the full SHA
    1ceb7aa View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Fix HMR hostname in browser (#965)

    Fixes regression introduced in #921
    jkrehm authored and devongovett committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    0dc062f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

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

Commits on Mar 18, 2018

  1. Fix scoped modules (#1013)

    fathyb authored and devongovett committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    9488fc6 View commit details
    Browse the repository at this point in the history
  2. Spelling corrections (#1018)

    Spelling corrections
    RobLui authored and devongovett committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    6040193 View commit details
    Browse the repository at this point in the history
  3. Update dependencies (#1008)

    Jasper De Moor authored and devongovett committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    a7b72f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc654d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7f9c64 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

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

Commits on Mar 20, 2018

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

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

  1. Add GLSL assets support (#831)

    mvlabat authored and devongovett committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    01e7c44 View commit details
    Browse the repository at this point in the history
  2. HTML bundle serving bug. (#974)

    ry authored and devongovett committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    43cab32 View commit details
    Browse the repository at this point in the history
  3. Change default public-url to /. (#1040)

    Now that this works correctly in the dev server as of #974, this should be a much more sensible default for both production and development builds. Fixes #714.
    devongovett committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    3d704c6 View commit details
    Browse the repository at this point in the history
  4. fix fs test for mac (#1042)

    Jasper De Moor authored and devongovett committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    ce6f696 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    86045d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c8d8d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    96f1e4a View commit details
    Browse the repository at this point in the history
  2. Add log level option (#1055)

    nicolaisueper authored and devongovett committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    fc041d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

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

Commits on Mar 27, 2018

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

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    4bd32f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a959d View commit details
    Browse the repository at this point in the history
  3. Initial vue support (#1052)

    Jasper De Moor authored and devongovett committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    ba93b87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32c796d View commit details
    Browse the repository at this point in the history
  5. Fix methods of LazyPromise (#1059)

    jlfwong authored and devongovett committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    74438d4 View commit details
    Browse the repository at this point in the history
  6. Ignore require if it is defined (#975)

    fathyb authored and devongovett committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    12b649b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39e4f7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e8ae0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e26d443 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d6061c View commit details
    Browse the repository at this point in the history
  11. Update changelog

    devongovett committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    27e1d02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb47244 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    279f043 View commit details
    Browse the repository at this point in the history
  14. 1.7.0

    devongovett committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    0140dce View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    9792f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e1863b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Add “private: true” to package.json files in tests. (#1142)

    Reduces amount of warnings during tests.
    CvX authored and devongovett committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    9038991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3f30a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Fix sourcemap reference in JS output (#1148)

    Jasper De Moor authored and devongovett committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    28b87cf View commit details
    Browse the repository at this point in the history
  2. Sourcemap sourceRoot (#1141)

    Jasper De Moor authored and devongovett committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    3b1a585 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

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

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    89952d7 View commit details
    Browse the repository at this point in the history
  2. Bump dependencies (#1089) (#1184)

    Hammster authored and devongovett committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    4189563 View commit details
    Browse the repository at this point in the history
  3. Fix asset size always be zero when building vue project (#1151)

    Weijia Wang authored and devongovett committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    25a054f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Custom workerfarm, BI-Directional IPC (#1105)

    Jasper De Moor authored and devongovett committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    69625e0 View commit details
    Browse the repository at this point in the history
  2. 1.7.1

    devongovett committed Apr 15, 2018
    3 Configuration menu
    Copy the full SHA
    1bfba6e View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    bfc1d3c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Change appveyor badge to master branch (#1197)

    Jasper De Moor authored and devongovett committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    bb7f4aa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    7a2ba16 View commit details
    Browse the repository at this point in the history
  2. Handle empty config files (#1203)

    * handle empty config && asset files
    
    * remove bad empty asset solution
    Jasper De Moor authored and devongovett committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    11a7882 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update dependency with security vuln (#1246)

    Jasper De Moor authored and devongovett committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    06999a0 View commit details
    Browse the repository at this point in the history
  2. Minor change to mkHandle in workerfarm (#1233)

    Jasper De Moor authored and devongovett committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    0d984a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Update default engines to > 0.25% (#1238)

    Don’t use “last 2 versions”. See https://jamie.build/last-2-versions
    devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e9b249c View commit details
    Browse the repository at this point in the history
  2. use resolver for imports (#1256)

    Jasper De Moor authored and devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    31190cf View commit details
    Browse the repository at this point in the history
  3. Don't start server if target isn't browser (#1204)

    Jasper De Moor authored and devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    9064b3b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. return early instead of throwing (#1260)

    Jasper De Moor authored and devongovett committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    3fe54a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a688cd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Configuration menu
    Copy the full SHA
    ac3f8ca View commit details
    Browse the repository at this point in the history
  2. Fix autoinstall infinite loop (#1241)

    Jasper De Moor authored and devongovett committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    19b9fc6 View commit details
    Browse the repository at this point in the history
  3. Allow spaces in filenames (#1212)

    Jasper De Moor authored and devongovett committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    fb6912d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Expose modules as UMD (#453)

    eXon authored and devongovett committed May 1, 2018
    Configuration menu
    Copy the full SHA
    2af3fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d517132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbbeef View commit details
    Browse the repository at this point in the history
  4. Update deps (#1271)

    Jasper De Moor authored and devongovett committed May 1, 2018
    Configuration menu
    Copy the full SHA
    ec98a95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a36b912 View commit details
    Browse the repository at this point in the history
  6. Remove eval usage. Fixes CSP cases. (#1133)

    CvX authored and devongovett committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b032b85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b04b223 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    e905ff1 View commit details
    Browse the repository at this point in the history
  2. Remove jsnext:main

    The field is deprecated and replaced with package.module. Additionally it caused many issues with packages that used it incorrectly. Fixes #844, #1037, #1048, #1062.
    devongovett committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f75941c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Watch directories instead of individual files (#1279)

    This prevents EMFILE errors on large projects caused by running out of file descriptors.
    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d67b76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a176ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc6218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e27e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6042f79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1febbc7 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    405bae0 View commit details
    Browse the repository at this point in the history
  8. 1.8.0

    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    57be4e6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    674b17d View commit details
    Browse the repository at this point in the history
  2. 1.8.1

    devongovett committed May 4, 2018
    Configuration menu
    Copy the full SHA
    f226d26 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. issue templates (#1296)

    Jasper De Moor authored and devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    390c46d View commit details
    Browse the repository at this point in the history
  2. Allow --https for watch (#1306)

    dobesv authored and devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    0b3d80f View commit details
    Browse the repository at this point in the history
  3. Fix browser entry-point resolution (#1284)

    Fixes #1283
    fathyb authored and devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    98a293f View commit details
    Browse the repository at this point in the history
  4. Don’t pass package.json and options over IPC (#1304)

    * Don’t pass package.json over IPC
    * Add backward compatibility getter for asset.package
    devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    2f7be14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adeee42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8db6ba View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Custom less filemanager (#1289)

    Jasper De Moor authored and devongovett committed May 7, 2018
    Configuration menu
    Copy the full SHA
    87b1ea9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

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

Commits on May 11, 2018

  1. improve the time reported by the bundler (#1343)

    Jasper De Moor authored and devongovett committed May 11, 2018
    Configuration menu
    Copy the full SHA
    5962605 View commit details
    Browse the repository at this point in the history
  2. update dependencies (#1340)

    Jasper De Moor authored and devongovett committed May 11, 2018
    Configuration menu
    Copy the full SHA
    e7df99d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. clear console before accepting updates, not after (#1366)

    Jasper De Moor authored and devongovett committed May 16, 2018
    Configuration menu
    Copy the full SHA
    08f9389 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

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

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    33ed913 View commit details
    Browse the repository at this point in the history
  2. Update PugAsset.js (#1396)

    buckle2000 authored and devongovett committed May 20, 2018
    Configuration menu
    Copy the full SHA
    15eb885 View commit details
    Browse the repository at this point in the history
  3. Fix indented syntax type for single file vue components (#1211) in as…

    …sets/SASSAsset.js (#1375)
    Matteo Maronati authored and devongovett committed May 20, 2018
    Configuration menu
    Copy the full SHA
    f743317 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Put filewatcher in a worker, for better stability and performance (#1368

    )
    Jasper De Moor authored and devongovett committed May 21, 2018
    Configuration menu
    Copy the full SHA
    af4cd33 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    46fb97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3988ffc View commit details
    Browse the repository at this point in the history
  3. node-sass accepts importer as single function or array of functions (#…

    …1409)
    
    The current implementation sets an importer, so you cant add other importers via `.sassrc.js, ...`.
    amrnt authored and Jasper De Moor committed May 22, 2018
    Configuration menu
    Copy the full SHA
    1e9556c View commit details
    Browse the repository at this point in the history
  4. Get mtime of folder on wildcard imports (#1410)

    Jasper De Moor authored and fathyb committed May 22, 2018
    Configuration menu
    Copy the full SHA
    d689fde View commit details
    Browse the repository at this point in the history
  5. Fix vue test (#1413)

    Jasper De Moor authored and fathyb committed May 22, 2018
    Configuration menu
    Copy the full SHA
    83907d8 View commit details
    Browse the repository at this point in the history
  6. support for sass specific import syntax (#1335)

    * support for sass specific import syntax
    
    * use test
    
    * fix
    
    * Test new and old behaviour
    Jasper De Moor committed May 22, 2018
    Configuration menu
    Copy the full SHA
    099a98e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Fix absolute and tilde paths (#1324)

    Fix addURLDependency resolution in Asset.js
    
    Minimal reproducible repo: https://github.com/marcosbozzani/parcel-bug-tilde-abs-paths
    
    Just clone the repo, `yarn install` and `yarn tilde` or `yarn slash`
    
    Tilde error: `Cannot resolve dependency './~\style.css'`
    Slash error: `Cannot resolve dependency './..\..\..\..\..\..\`
    marcosbozzani authored and Jasper De Moor committed May 23, 2018
    Configuration menu
    Copy the full SHA
    1614918 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Fix failing appveyor test (#1431)

    Fixes a failing appveyor html test
    Jasper De Moor authored and fathyb committed May 24, 2018
    Configuration menu
    Copy the full SHA
    1cb05e0 View commit details
    Browse the repository at this point in the history
  2. Use async modules when possibles (#1433)

    * Use async version of `resolve` for `localRequire`
    
    * Use async version of `glob` for `GlobAsset`
    fathyb authored and Jasper De Moor committed May 24, 2018
    Configuration menu
    Copy the full SHA
    83dfa3e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Adding an bundlestart event (#1435)

    Plugins should be able to run code before a build process starts.
    Tom-Julux authored and Jasper De Moor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    304eb5f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Fix worker environment variable (#1443)

    Jasper De Moor authored and fathyb committed May 26, 2018
    Configuration menu
    Copy the full SHA
    d3e04b5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Add unit tests for line counter (#1444)

    I'm curious if not using `require('os').EOL` for splitting lines in lineCounter is problematic or not. Since I don't have a Windows machine I'm testing this in your CI! :D
    mohsen1 authored and Jasper De Moor committed May 27, 2018
    Configuration menu
    Copy the full SHA
    dc11325 View commit details
    Browse the repository at this point in the history
  2. Use async FS in tests (#1437)

    Jasper De Moor authored and devongovett committed May 27, 2018
    Configuration menu
    Copy the full SHA
    181a63f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Use async fs on new linecounter tests (#1446)

    Jasper De Moor authored and fathyb committed May 28, 2018
    Configuration menu
    Copy the full SHA
    9861c46 View commit details
    Browse the repository at this point in the history
  2. Make CSS assets async (#1390)

    Remove `deasync` from CSS assets.
    Fixes #1331 and bring some performance improvements.
    
    #### Status
    
    - [x] Sass
    - [x] Less
    - [x] Stylus
    fathyb authored and Jasper De Moor committed May 28, 2018
    Configuration menu
    Copy the full SHA
    0d63879 View commit details
    Browse the repository at this point in the history
  3. Enable posthtml-parse options in posthtmlrc (#1316)

    luikore authored and Jasper De Moor committed May 28, 2018
    Configuration menu
    Copy the full SHA
    c600d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523ee0f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Add test/dist to .prettierignore (#1463)

    fathyb authored and devongovett committed May 31, 2018
    Configuration menu
    Copy the full SHA
    fc4a9f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Fix typo in uglify.js (#1468)

    Fix a typo that prevented source maps from being carried over when minifying.
    evanblack authored and devongovett committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    dc10531 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 7, 2018

  1. Pass compiler of @vue/component-compiler-utils to parser. (#1496)

    Seems like this bug #1490 appeared, after the change made in this commit vuejs/component-compiler-utils@caa1538#diff-3bebbbb54c7d798b4200eb324ebd4500R17
    
    Tested for older version of vuejs/component-compiler-utils, works pretty fine.
    knight-bubble authored and Jasper De Moor committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    40fb76f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Fix babel config in package.json (#1515)

    Babel seems to mutate the passed-in config, so if we pass in the
    package.babel directly it will mutate the package config, then the next
    time it compiles the same file it will have duplicate plugins, etc.
    
    Instead, if loading config from a packageKey, clone the config before
    returning so it can't be mutated.
    sj26 authored and Jasper De Moor committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    eda41e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    82a80bb View commit details
    Browse the repository at this point in the history
  2. change Uglify to Terser (#1382)

    Jasper De Moor authored and devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    86731cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a662f90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b7712 View commit details
    Browse the repository at this point in the history
  5. Changelog for 1.9.0 (#1516)

    Jasper De Moor authored and devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    066e30d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac4e29 View commit details
    Browse the repository at this point in the history
  7. mention babel-minify

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b7b8405 View commit details
    Browse the repository at this point in the history
  8. update changelog

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    1be74f2 View commit details
    Browse the repository at this point in the history
  9. 1.9.0

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    cc6018e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. fix relative paths being the same as node modules (#1556)

    Jasper De Moor authored and devongovett committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    f536e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2f9ab View commit details
    Browse the repository at this point in the history
  3. 1.9.1

    devongovett committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    21fcd17 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Fix unintended Vue asset supplemental code insertion (#1576)

    This PR fixes the first line of supplemental code being [accidentally commented out](https://github.com/parcel-bundler/parcel/blob/v1.9.1/src/assets/VueAsset.js#L112) when the generated JS code (the `js` variable) was ended with `//`.
    
    ![screen shot 2018-06-18 at 20 14 20](https://user-images.githubusercontent.com/9481405/41533572-39fc91a4-7336-11e8-997e-22154a158219.png)
    chalkpe authored and Jasper De Moor committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    1701f9b View commit details
    Browse the repository at this point in the history
  2. fix 'Cannot read property 'posthtml' of null (#1578)

    fixes #1574
    ranfdev authored and Jasper De Moor committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c94624e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. 1.9.2

    devongovett committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0742b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Set user provided NODE_ENV if provided with build command, fixes #702 (

    …#1600)
    
    Like others in #702, there are times when I need a development build. This change remedies that by using the `NODE_ENV` set by a user in the build command, but will default to `production` is none is provided.
    chances authored and devongovett committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    1b6a93f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. CHANGELOG.md (#1581)

    RafalFilipek authored and devongovett committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    f7b9fdb View commit details
    Browse the repository at this point in the history
  2. Fix bugs related to watching symlinks (#1408)

    Jasper De Moor authored and devongovett committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    7f4049d View commit details
    Browse the repository at this point in the history
  3. add cache-dir option to cli (#1321)

    Jasper De Moor authored and devongovett committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    12ddda7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Fix tree-shaking DCE (#1575)

    fathyb authored and devongovett committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    b62132c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd5fcc View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3aec9dd View commit details
    Browse the repository at this point in the history
  4. 1.9.3

    devongovett committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    2aa7215 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Upgrade Typescript to 2.9 (#1639)

    This pull request upgrades the default version of Typescript from 2.7 to 2.9
    RobinVdBroeck authored and DeMoorJasper committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    3a8f38c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    fd2294a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a578c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ccaf6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9200e9a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Configuration menu
    Copy the full SHA
    ead365c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    729f252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4808c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14fabe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8599751 View commit details
    Browse the repository at this point in the history
  6. 1.9.4

    devongovett committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    a019bed View commit details
    Browse the repository at this point in the history
  7. Update changelog

    devongovett committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    cce9eb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Use fast glob (#1650)

    DeMoorJasper authored and devongovett committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    06fb3c8 View commit details
    Browse the repository at this point in the history
  2. fixes #933 : JSPackager deduplication now accounts for differences in…

    … absolute dependency paths (#1011)
    pcattori authored and devongovett committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    f699e81 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    96856ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b64cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f4c45 View commit details
    Browse the repository at this point in the history
  4. Use user installation of cssnano (#1432)

    fathyb authored and devongovett committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    8cee316 View commit details
    Browse the repository at this point in the history
  5. Upgrade to cssnano@4 (#1666)

    fathyb authored and devongovett committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    5e924b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    eff2c5c View commit details
    Browse the repository at this point in the history
  2. Logger improvements (#1472)

    DeMoorJasper authored and devongovett committed Jul 7, 2018
    1 Configuration menu
    Copy the full SHA
    c966120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    038ade6 View commit details
    Browse the repository at this point in the history
  4. Add support for node 10 (#1672)

    jimexist authored and devongovett committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    cae25f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc6ed9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec3aea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    23ee7c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42dfeb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    7b38f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2deb5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    764f568 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Use minify prelude only minify option (#1700)

    S. Suzuki authored and DeMoorJasper committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b52548b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34a4d0 View commit details
    Browse the repository at this point in the history
  3. Update Bundler.js (#1706)

    DeMoorJasper authored and devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    2fa38c1 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    de53d82 View commit details
    Browse the repository at this point in the history
  5. 1.9.5

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3b579a8 View commit details
    Browse the repository at this point in the history
  6. Fix ora spinner in CI environments

    Fixes #1711
    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    8670fd6 View commit details
    Browse the repository at this point in the history
  7. 1.9.6

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    c184390 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. correction in CONTRIBUTING.md for PARCEL_WORKERS (#1715)

    Changed debugging recommendation for `PARCEL_WORKERS` from `PARCEL_WORKERS=0` to `PARCEL_WORKERS=1` as `PARCEL_WORKERS=1` will force parcel to use the local worker in the main thread exclusively.
    RobertWHurst authored and DeMoorJasper committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    52f9766 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

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

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    91a339e View commit details
    Browse the repository at this point in the history
  2. Update changelog

    devongovett committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    d81e4b1 View commit details
    Browse the repository at this point in the history
  3. 1.9.7

    devongovett committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    871ffc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5355685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    075ca6f View commit details
    Browse the repository at this point in the history
  6. Fix comment typo (#1739)

    chocolateboy authored and devongovett committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    2e1ffc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

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

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    7423541 View commit details
    Browse the repository at this point in the history
  2. support error strings (#1761)

    DeMoorJasper authored and devongovett committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    3298473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6fd75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26dd8c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f431b78 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Support sideEffect: false with CommonJS (#1770)

    Fixes #1699
    fathyb authored and devongovett committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    f3a43a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569b60a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63c2ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0a84ae View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Use esnext target with TypeScript and scope hoist (#1781)

    Should bring a noticeable size improvement on big TypeScript apps
    fathyb authored and DeMoorJasper committed Jul 23, 2018
    3 Configuration menu
    Copy the full SHA
    3e9b086 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Replace Slack instructions with Spectrum instructions (#1785)

    Now that Parcel is using Spectrum instead of Slack for community management, I figured we should update `CONTRIBUTING.md` accordingly.
    
    Happy to make any language changes you feel are necessary!
    owap authored and DeMoorJasper committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    28d9883 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    e4ec369 View commit details
    Browse the repository at this point in the history
  2. generate unique certificate serial numbers (#1830)

    Fixes browser errors thrown due to multiple certificates using the same issuer and serial number.  Occurs when a self-signed certificate has already been stored in the browser and new certificate is generated; either in the same project or across project installations.
    dehuszar authored and DeMoorJasper committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    c334b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Typescript 3.0.0 update (#1840)

    Update to typescript 3.0.0, it's just so the tests run the latest version.
    There appears to be no breaking changes.
    DeMoorJasper authored and fathyb committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    56aa0ef View commit details
    Browse the repository at this point in the history
  2. Update help message for public-url option (#1846)

    Just a small documentation change -- as of #1040, the default value for `--public-url` is `/`, not the `--out-dir` option anymore.
    patricksmith authored and DeMoorJasper committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    19adf69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd99fa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f248b View commit details
    Browse the repository at this point in the history