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

Remove dictionary table building logic from typo.js #64

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Remove dictionary table building logic from typo.js #64

wants to merge 28 commits into from

Commits on Jan 24, 2018

  1. migrate to ts

    Marcelo Risoli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2312f84 View commit details
    Browse the repository at this point in the history
  2. add node to tsconfig types

    Marcelo Risoli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ae39909 View commit details
    Browse the repository at this point in the history
  3. move types to runtime dependencies

    Marcelo Risoli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b5b351b View commit details
    Browse the repository at this point in the history
  4. add main entry point

    Marcelo Risoli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    7a0eaee View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. lint and indent

    Marcelo Risoli committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ac3af99 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. remove file loading and settings options

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c4e4d54 View commit details
    Browse the repository at this point in the history
  2. add dts file

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    f2b6688 View commit details
    Browse the repository at this point in the history
  3. remove typings dependency

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    87a9159 View commit details
    Browse the repository at this point in the history
  4. remove postinstall script

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    32768c0 View commit details
    Browse the repository at this point in the history
  5. move dts to its own dir

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    ec54758 View commit details
    Browse the repository at this point in the history
  6. add google closure compiler

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    6c0b269 View commit details
    Browse the repository at this point in the history
  7. fix compoundRules types

    Marcelo Risoli committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    f29fc3b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. extract inline functions from suggest

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    380ef40 View commit details
    Browse the repository at this point in the history
  2. improve code readability

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    08531de View commit details
    Browse the repository at this point in the history
  3. revert to old js file

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    320d004 View commit details
    Browse the repository at this point in the history
  4. add define declaration

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0c0bf04 View commit details
    Browse the repository at this point in the history
  5. remove module code

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    3634cf2 View commit details
    Browse the repository at this point in the history
  6. remove loaded and dictionary options

    Marcelo Risoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    37c5c16 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from marcelorisoli/revert-to-js-file

    Revert to js file
    marcelorisoli committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7efbc99 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. remove hunspell dictionaryTable generation logic

    Marcelo Risoli committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7fa2bda View commit details
    Browse the repository at this point in the history
  2. change typo to support single json object

    Marcelo Risoli committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    1096061 View commit details
    Browse the repository at this point in the history
  3. remove inner functions

    Marcelo Risoli committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7625699 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Marcelo Risoli committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d8a50ab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. check for empty arrays on dictionary tables

    Marcelo Risoli committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    18dade2 View commit details
    Browse the repository at this point in the history
  2. fix replacement entry access

    Marcelo Risoli committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    e23b9ef View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. update has flag function for new dictionary format

    Marcelo Risoli committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    6d6cd25 View commit details
    Browse the repository at this point in the history
  2. remove old tests folder and fix regex check

    Marcelo Risoli committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    0237249 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. improve suggest function

    Marcelo Risoli committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    372ad6b View commit details
    Browse the repository at this point in the history