@podlite/markdown 0.0.39 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.podlite CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  =head1 Upcoming
4
4
 
5
+ =head1 0.0.41
6
+
7
+ =item lift C<types> to top-level package field (was only in C<publishConfig>), add C<exports> map and explicit C<sideEffects>. Consumers can now resolve types without an ambient declaration
8
+
5
9
  =head1 0.0.34
6
10
 
7
11
  =item parse fenced code attributes into structured config items. C<```python :line-numbers :highlight<2,5-7> :caption<Example>> now produces the same AST as C<=code :lang<python> :line-numbers :highlight<2,5-7> :caption<Example>>, replacing raw C<:meta<string>> storage. Malformed attrs degrade gracefully — only C<:lang> survives. All value types (Bool/Int/String/List/Hash) supported via C<parseAttributes()> from C<@podlite/schema>