Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@gregives gregives released this 08 Feb 23:37
· 157 commits to master since this release
  • Add release script 21f4ab2
  • Add code style Prettier badge 2bebceb
  • Add LICENSE.md fb7af08
  • Update README.md 2bef4d0
  • Update README.md 4d45977
  • Add README.md c954a07
  • Use constant for debug string 5f88286
  • Add eleventy-load shortcode and change config 011f91e
  • Add root to ESLint config 2a67b41
  • Change ESLint ecmaVersion to 2019 bb22ff2
  • Add ESLint cache and EditorConfig 8be44a4
  • Remove cache from lint-staged script a3d8e3e
  • Add pre-commit hooks for linting 80dc46c
  • Add ESLint and Prettier 9a97942
  • Use sync methods over async 8db4854
  • Ensure cache works in parallel 8d16e75
  • Resolve all dependencies from the input directory 767d016
  • Warn in console if no rules are passed 507a58b
  • Create new instance of EleventyLoad each transform 734805a
  • Clear cache on re-runs to enable live reload 96b6514
  • Add support for external sources 4968b44
  • Support query string in dependencies 181d0a7
  • Rename main file 4e1514a
  • Resolve path from dependent file and cache loaders d2a21f0
  • Keep track of dependent files fae7fda
  • Add emitFile and expose utils in loader context 0f19969
  • Format files and create context for loaders 3026956
  • Process additional dependencies immediately 49d98d1
  • Allow async loaders edf77cb
  • Add Eleventy watch target for all dependencies c517824
  • Add loader context to add new dependencies 50fdfa3

82f2410...v0.1.0