packages feed

ipldm-1.0.0.0: CHANGELOG.md

[`ipldm`](http://hackage.haskell.org/package/ipldm) change log:
=================================================================

Major release 1.0
-----------------

## Version 1.0.0.0 (07-09-2026)

This version introduces `ipldm` to hackage! This project provides the interfaces
and functionality for working with various kinds of [InterPlanetary Linked
Data](https://ipld.io/) formats.

The `IPLD.DM*` modules provide interfaces for defining codecs for the IPLD data
model. Specifically, it defines a tagged-union of the IPLD [kinds](
https://ipld.io/docs/data-model/kinds/) and two type-classes for encoding and
decoding binary formats to/from the data model.

The `IPLD.DagCBOR*` modules are the first example of an implementation of the
`IPLD.DM.Decoder` and `IPLD.DM.Encoder` for the [DAG-CBOR](
https://ipld.io/docs/codecs/known/dag-cbor/) codec in `IPLD.DagCBOR.Decoder`
and `IPLD.DagCBOR.Encoder`.