mirror of
https://github.com/xodio/xod.git
synced 2026-03-20 07:36:55 +01:00
- `xod-project`
- no notion of different impl types
- because there is only one kind of implementation left, no need to store them in `impls`, it can be extracted straight from attachments
- API changes:
- removed:
- `listImpls`
- `hasImpls`
- `getImplByArray`
- added:
- `hasImpl :: Patch -> Boolean`
- `setImpl :: Source -> Patch -> Patch`
- changed signatures:
- `getImpl` is now `Patch -> Maybe Source`
- `hasImpl` is now `Patch -> Boolean`
- `flatten` is now `Project -> PatchPath -> Either Error Project`
- `xod-fs`
- does not know about implementation files — they all are just attachments
+ minor changes in other backages