summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-25Merge pull request #42 from matthiasbeyer/v0.2.2v0.2.2Matthias Beyer
Update version string: 0.2.{1 -> 2}
2016-10-25Update version string: 0.2.{1 -> 2}Matthias Beyer
2016-10-25Merge pull request #40 from matthiasbeyer/update-depsMatthias Beyer
Update all dependencies
2016-10-25Update Serialize implementation for serde 0.8Matthias Beyer
2016-10-25Update serde as wellMatthias Beyer
2016-10-25Update all dependenciesMatthias Beyer
2016-10-14Merge pull request #39 from matthiasbeyer/v0.2.1v0.2.1Matthias Beyer
v0.2.1
2016-10-14Bump to 0.2.1Matthias Beyer
2016-10-14Change license in Cargo.tomlMatthias Beyer
2016-10-14Merge pull request #36 from matthiasbeyer/relicense-mpl20Matthias Beyer
Relicense to MPL 2.0
2016-10-02Relicense to MPL 2.0Matthias Beyer
This commit removes the LGPL LICENSE text and adds the MPL 2.0 license text in the LICENSE file. It also rewrites the README.md file to state the correct license. Last but not least, it adds the recommended license notice as comment to all source files. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2016-09-26Merge pull request #35 from matthiasbeyer/readme-badgesMatthias Beyer
Add badges
2016-08-29Add badges for crates.ioMatthias Beyer
2016-08-12Merge pull request #33 from matthiasbeyer/travis-notify-ircMatthias Beyer
travis: Notify in #imag on freenode
2016-08-12travis: Notify in #imag on freenodeMatthias Beyer
2016-07-07Merge pull request #30 from matthiasbeyer/v0.2.0v0.2.0Matthias Beyer
PR for update to v0.2.0
2016-07-06Bump version to 0.2.0Matthias Beyer
Mario Krehl allowed me to put him into the list of authors (he allowed me verbally).
2016-07-06Update dependenciesMatthias Beyer
2016-07-06Merge pull request #26 from mario-kr/import_taskMatthias Beyer
impl import_task
2016-07-04expanded the test for a single task from a string. import_tasks uses the ↵mario
tested function import_task, so we should only need to check if the Vector has the correct length and the items are ok.
2016-07-04added TaskErrorKind::ReaderError for Error Handling in import_tasks()mario
2016-07-04changed import_tasks to return a Vec of Results: Vec<Result<Task>>mario
2016-07-03Merge pull request #29 from matthiasbeyer/fix-documentation-linkMatthias Beyer
Fix documentation link for crates.io
2016-07-03Fix documentation link for crates.ioMatthias Beyer
2016-06-30Merge pull request #28 from matthiasbeyer/fix-optionalsMatthias Beyer
Fix optionals
2016-06-30Do not serialize optional values if they are not presentMatthias Beyer
2016-06-30Make lists non-optionalsMatthias Beyer
2016-06-30impl import_tasksmario
2016-06-29impl import_taskmario
2016-06-29Merge pull request #27 from matthiasbeyer/fix-import-errors-rust-betaMatthias Beyer
Remove unused imports
2016-06-29Remove unused importsMatthias Beyer
2016-05-04Merge pull request #19 from matthiasbeyer/add-documentationMatthias Beyer
[WIP] Add documentation
2016-05-04Impl Display for TaskStatusMatthias Beyer
2016-05-04Impl Deref{,Mut} for DateMatthias Beyer
2016-05-04Add documentation for the TaskStatus variantsMatthias Beyer
2016-05-04Add documentation for own Result typeMatthias Beyer
2016-05-04Add priority documentationMatthias Beyer
2016-05-04Add error kinds documentationMatthias Beyer
2016-05-04Add module documentationMatthias Beyer
2016-05-04Add crate documentationMatthias Beyer
2016-05-04Document task moduleMatthias Beyer
2016-05-04Document Status typeMatthias Beyer
2016-05-04Document Tag typeMatthias Beyer
2016-05-04Document Project typeMatthias Beyer
2016-05-04Document priorityMatthias Beyer
2016-05-04Document importMatthias Beyer
2016-05-04Document error moduleMatthias Beyer
2016-05-04Document dateMatthias Beyer
2016-05-04Add documentation for Annotation typeMatthias Beyer
2016-05-04Enable lint: missing_docsMatthias Beyer