Releases: brionmario/medmark
Releases · brionmario/medmark
medmark@0.2.2
Patch Changes
- #25
d53a850
Thanks
@brionmario! - Copy README to dist during build to be available in npm
medmark@0.2.1
Patch Changes
c154225
Thanks
@brionmario! - Restructured the repo with updated README's
medmark@0.2.0
Minor Changes
-
#20
9ff5d76
Thanks
@brionmario! - Add ability to init Medmark by executingmedmark init
.medmark init
This will do the following.
- Create a
.medmark
folder at the root of the execution with the following folder structure.
├── .medmark │ ├── medium-export # Should extract the medium archive here. │ │ ├── .gitkeep │ ├── templates # Should contain the templates for Medmark. │ │ ├── sample-medmark-template.js
- Create a
Full Changelog: https://github.com/brionmario/medmark/compare/medmark@0.2.0...medmark@0.2.0
medmark@0.1.2
Patch Changes
-
#9
cfec05e
Thanks
@brionmario! - This is the initial release of Medmark -
#11
b04113c
Thanks
@brionmario! - This is the second experimental release -
#14
9ee2440
Thanks
@brionmario! - Move to ESM & Typescript
Full Changelog: https://github.com/brionmario/medmark/compare/medmark@0.2.0...medmark@0.1.2
medmark@0.1.1
Patch Changes
- #9
cfec05e
Thanks
@brionmario! - This is the initial release of Medmark
What's Changed
- chore: initial proper
medmark
release by @brionmario in #9 - chore(release): version packages by @github-actions in #10
Full Changelog: https://github.com/brionmario/medmark/compare/medmark@0.2.0...v0.1.1