Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

129 lines (76 loc) · 2.02 KB

BootstrapAutocomplete Changelog

2.0.3

  • chore: remove unused more-itertools from dependencies.json
  • chore: set maxsize for lru_cache
  • perf: use sublime.load_binary_resource to load DB
  • refactor: replace pydantic with dataclass if no validation required

2.0.2

  • refactor: use pydantic

2.0.1

  • refactor: scripts/extract_class_names.py with typer
  • refactor: some internal refactoring

2.0.0

  • feat: use Bootstrap v5 by default

1.3.9

  • chore: tidy codes
  • chore: disable in PHP array key

1.3.8

  • chore: update db for 5.3.0-alpha3

1.3.7

  • chore: update db for 4.6.2

1.3.6

  • revert: refactor: tidy codes

1.3.5

  • refactor: tidy codes
  • chore: update db for 5.2.0-beta1
  • refactor: improve type annotations

1.3.4

  • refactor: simplify boot.py

1.3.3

  • fix: modules should be reloaded when update plugin
  • refactor: simplify codes

1.3.2

  • feat: add a script to download & parse all classes
  • refactor: split the db into corresponding versions

1.3.1

  • fix: plugin not working

1.3.0

  • feat: add support for Bootstrap v2
  • chore: update Bootstrap classes for v3.4.1 and v5.1.0

1.2.7

  • fix: extract BS 5 classes from bootstrap.css

  • refactor: utilize AioSettings

  • refactor: allow versions like "5" if there is only a version used

    {
        "versions": "5",
    }

1.2.6

  • refactor: simplify codes

1.2.5

  • refactor: just some internal tidy codes

1.2.4

  • fix: selector cannot has nested groups

    Actually, I think this is a bug in ST core...

    >>> sublime.score_selector('a b', '(a (b))')
    0

1.2.3

  • refactor: use singular filename

1.2.2

  • refactor: simplify codes

1.2.1

  • chore(ci): add tests

1.2.0

  • docs: add CHANGELOG.md
  • refactor: move py files into plugin/
  • refactor: split functions.py into settings.py and completions.py

1.1.0

  • feat: merge duplicate AC items for different versions

1.0.1

  • chore: rename db.json to completion-db.json
  • docs: update readme

1.0.0

  • init