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

Separate marked into modules #1563

Merged
merged 33 commits into from Dec 4, 2019
Merged

Separate marked into modules #1563

merged 33 commits into from Dec 4, 2019

Commits on Nov 5, 2019

  1. Copy the full SHA
    099983f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0957c22 View commit details
    Browse the repository at this point in the history
  3. fix eslint config

    UziTech committed Nov 5, 2019
    Copy the full SHA
    3dff1e4 View commit details
    Browse the repository at this point in the history
  4. run build

    UziTech committed Nov 5, 2019
    Copy the full SHA
    082ad97 View commit details
    Browse the repository at this point in the history
  5. no-ignore test:redos

    UziTech committed Nov 5, 2019
    Copy the full SHA
    39dda84 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. use commonjs and es6 classes

    UziTech committed Nov 6, 2019
    Copy the full SHA
    f9f5580 View commit details
    Browse the repository at this point in the history
  2. run build

    UziTech committed Nov 6, 2019
    Copy the full SHA
    2ea16d4 View commit details
    Browse the repository at this point in the history
  3. add license in rollup

    UziTech committed Nov 6, 2019
    Copy the full SHA
    a4652f1 View commit details
    Browse the repository at this point in the history
  4. add npm run build:reset

    To prevent changes to compiled files in pull requests
    the user can just run `npm run build:reset`
    UziTech committed Nov 6, 2019
    Copy the full SHA
    83fa297 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ba45b32 View commit details
    Browse the repository at this point in the history
  6. build lib/marked.esm.js

    UziTech committed Nov 6, 2019
    Copy the full SHA
    c24637b View commit details
    Browse the repository at this point in the history
  7. add vuln-regex test

    UziTech committed Nov 6, 2019
    Copy the full SHA
    c862843 View commit details
    Browse the repository at this point in the history
  8. include src/ in npm package

    UziTech committed Nov 6, 2019
    Copy the full SHA
    28f62c9 View commit details
    Browse the repository at this point in the history
  9. fix options not being passed

    UziTech committed Nov 6, 2019
    Copy the full SHA
    03c4cbe View commit details
    Browse the repository at this point in the history
  10. reset esm.js

    UziTech committed Nov 6, 2019
    Copy the full SHA
    53cc11c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    821dabd View commit details
    Browse the repository at this point in the history
  12. remove bench debugging

    UziTech committed Nov 6, 2019
    Copy the full SHA
    9b5cd73 View commit details
    Browse the repository at this point in the history
  13. fix spelling

    UziTech committed Nov 6, 2019
    Copy the full SHA
    4ddbe81 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    e13d6f9 View commit details
    Browse the repository at this point in the history
  15. update docs

    UziTech committed Nov 6, 2019
    Copy the full SHA
    32d61f4 View commit details
    Browse the repository at this point in the history
  16. clean up code

    UziTech committed Nov 6, 2019
    Copy the full SHA
    d979d26 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Copy the full SHA
    7b450bd View commit details
    Browse the repository at this point in the history
  2. await engine

    UziTech committed Nov 7, 2019
    Copy the full SHA
    6901937 View commit details
    Browse the repository at this point in the history
  3. clean up code

    UziTech committed Nov 7, 2019
    Copy the full SHA
    b01aa4f View commit details
    Browse the repository at this point in the history
  4. commit lib

    UziTech committed Nov 7, 2019
    Copy the full SHA
    caa362c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. rename regex.js to rules.js

    UziTech committed Nov 8, 2019
    Copy the full SHA
    fb80552 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    47efe8e View commit details
    Browse the repository at this point in the history
  3. change minify stage to build

    UziTech committed Nov 8, 2019
    Copy the full SHA
    a54408f View commit details
    Browse the repository at this point in the history
  4. update engines

    UziTech committed Nov 8, 2019
    Copy the full SHA
    2b531af View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Update copyright year

    Co-Authored-By: Steven <steven@ceriously.com>
    UziTech and styfle committed Nov 11, 2019
    Copy the full SHA
    4736f3e View commit details
    Browse the repository at this point in the history
  2. update copyright year

    UziTech committed Nov 11, 2019
    Copy the full SHA
    a8730bf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. remove security scan

    UziTech committed Nov 27, 2019
    Copy the full SHA
    aae38bb View commit details
    Browse the repository at this point in the history
  2. build marked.js

    UziTech committed Nov 27, 2019
    Copy the full SHA
    2571795 View commit details
    Browse the repository at this point in the history