[`ParseRule.getContent`](https://prosemirror.net/docs/ref/#model.ParseRule.getContent) is now passed the parser schema as second argument.
1.4.4
Bug fixes
Fix a regression where `DOMParser.parse` would fail to apply mark nodes directly at the start of the input.
1.4.3
Bug fixes
[`DOMParser.parseSlice`](https://prosemirror.net/docs/ref/#model.DOMParser.parseSlice) can now correctly parses marks at the top level again.
1.4.2
Bug fixes
Remove a `console.log` that was accidentally left in the previous release.
1.4.1
Bug fixes
`DOMParser` can now parse marks on block nodes.
1.4.0
New features
[`ContentMatch.defaultType`](https://prosemirror.net/docs/ref/#model.ContentMatch.defaultType), a way to get a matching node type at a content match position, is now public.