Skip to content

Releases: josemarluedke/docfy

v0.4.4

27 Jun 19:53
0a5553d

Choose a tag to compare

🚀 Enhancement

🏠 Internal

📦 Dependencies


Contributors

@dependabot, @dependabot[bot] and @josemarluedke


For full changes, see the comparison between v0.4.3 and v0.4.4

v0.4.3

16 Apr 20:04
ee2f6ff

Choose a tag to compare

🐛 Bug Fix

📝 Documentation

🔧 Tooling


Contributors

@ctjhoa and @josemarluedke


For full changes, see the comparison between v0.4.2 and v0.4.3

v0.4.2

17 Mar 17:03
d40a93b

Choose a tag to compare

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.4.1 and v0.4.2

v0.4.1

15 Mar 16:24
2c2ece5

Choose a tag to compare

🚀 Enhancement

  • Use Glimmer component backing class rather than a templateOnly component (#81) @johncowen

📝 Documentation


Contributors

@johncowen and @josemarluedke


For full changes, see the comparison between v0.4.0 and v0.4.1

v0.4.0

02 Feb 04:41
2f77232

Choose a tag to compare

💥 Breaking Change

  • [BREAKING] Define Docfy plugin system + Rehype plugins + @docfy/plugin-with-prose (#75) @josemarluedke

Details

  • Plugin system has now been defined, and it breaks any previous Docfy plugin.
  • Docfy no longer renders content to HTML using remark-html. In order to support rehype plugins, we have migrated to remark-rehype and rehype-stringify.
  • Removes the need to use .default on requiring the core:
    -const Docfy = require('@docfy/core').default;
    +const Docfy = require('@docfy/core');
    Using .default no longer will work.
  • Drops support for Node v10

Other changes

  • GitHub Flavored Markdown is now supported by default using remark-gfm
  • New @docfy/plugin-with-prose optional plugin for TailwindCSS users that would like to add .prose classes to markdown content. This will automatically skip any HTML or Ember Components in the markdown.

For Ember users:

If you are not using any custom docfy plugin, this upgrade will be most likely transparent.

🚀 Enhancement

🏠 Internal

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.3.1 and v0.4.0

v0.3.1

25 Jan 19:16
b26c473

Choose a tag to compare

🚀 Enhancement

📝 Documentation

  • fix a missing quote sign in the writing-demos.md (#68) @nightire

Contributors

@josemarluedke and @nightire


For full changes, see the comparison between v0.3.0 and v0.3.1

v0.3.0

14 Jan 04:13
e305760

Choose a tag to compare

🚀 Enhancement

📦 Dependencies


Contributors

@dependabot and @josemarluedke


For full changes, see the comparison between v0.2.0 and v0.3.0

v0.2.0

21 Nov 04:36
c5f3257

Choose a tag to compare

🚀 Enhancement

📝 Documentation

📦 Dependencies


Contributors

@dependabot, @dependabot[bot], @jamiebuilds and @josemarluedke


For full changes, see the comparison between v0.1.0 and v0.2.0

v0.1.0

24 Jun 15:27
2011cdc

Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

💅 Refactor

📝 Documentation

🏠 Internal

📦 Dependencies


Contributors

@josemarluedke