Skip to main content
Module

x/deno_tag/CHANGELOG.md

A cli command that allows you to write `<deno>` tags in your html files.
Latest
File

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2021-03-04

Added

  • README.md to the examples folder
  • defaults.ts with the default implementation for the bundler
  • Support the new Deno.emit compiler API
  • Support for Deno v1.8.0
  • Export the DenoTagOptions interface (no longer exported as a type object)
  • Updated CLI usage examples in the README file

[1.0.2] - 2021-01-05

Added

  • deno_tag first version