Skip to content

Commit

Permalink
Updated features in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Mar 12, 2024
1 parent 2fce225 commit 25defde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ The following is a list of features that are planned for the future:
- [x] Create a common attribute for ignoring members.
- [x] Create a common attribute for serializing members.
- [ ] Create a way to transform member names based on the format.
- [ ] Add support for JSON.
- [ ] Add support for YAML.
- [ ] Add support for XML.
- [ ] Add support for XML elements.
- [ ] Add support for XML attributes.
- [ ] Add support for XML arrays.
- [ ] Add support for JSON.
- [ ] Add support for YAML.
- [ ] Add support for TOML.

Each format Pasper provides support for will be contained in its own assembly to allow consumers to only include the formats they need. The naming convention for these assemblies will be `Pasper.{Format}.{Provider}`, for example:

Expand Down Expand Up @@ -104,6 +105,5 @@ Ideally, we just take the input and use that as the desired output, regardless o

The following is a list of features that are being considered for the future:

- [ ] Add support for TOML.
- [ ] Add support for INI.
- [ ] Add support for HOCON.

0 comments on commit 25defde

Please sign in to comment.