Changelog for pro-abstract-0.3.0.0

v0.1.0.0 - Initial v0.1.1.0 - Added the BlockTagContent type v0.1.2.0 - Add instances (Eq, Show, Generic, Hashable, NFData) to classes (BlockTag, BlockTagContent) v0.1.3.0 - Add: - type TaggedOrBare - class IsTaggedOrBare - type families TaggedType and BareType - isomorphism 'taggedOrBare' - prisms 'tagged' and 'bare' v0.1.4.0 - Export BlockTagContent from the ProAbstract module (mistakenly omitted in v0.1.1.0) v0.2.0.0 - Remove: - prism 'blockTag' -- use 'tagged' instead - prism 'paragraph' -- use 'bare' instead v0.2.1.0 - Add: MetaItem, MetaValue, metaMap, metaList v0.3.0.0 - Removes the 'Tagged' data family. - Tagged PlainBlock -> TaggedPlainBlock - Tagged Lines -> TaggedLines - Tagged Blocks -> TaggedBlocks - "ProAbstract.Types" no longer re-exports: Map, Seq, Set, and Text Import them directly from the 'containers' and 'text' packages instead.