Skip to content

Releases: Rabadash8820/DotKEGG

DotKEGG v0.4.0-alpha

20 Apr 15:05
Compare
Choose a tag to compare
DotKEGG v0.4.0-alpha Pre-release
Pre-release

This release adds the OrganismCode class, which provides a strongly-typed wrapper for organism code strings, the KeggReader class, which allows KEGG operation results to be worked with like a Stream of KeggIds, moves the Info operation to a method on KeggDb, and adds numerous unit tests to ensure the stability of our API.

Issues closed in this release:

  • #22: Add SeeAlso XML Comments to DotKEGG Types
  • #24: Use New Tags in Project File
  • #26: Edit README to Say VS 2017 is Required
  • #27: Rename KeggInfo Methods to Have "For" in the Name
  • #29: Add OrganismCode Class
  • #30: Add KeggReader Class
  • #31: Refactor KeggRestApi to Use WebClient.BaseAddress
  • #32: Add GetOrganismCode() Method to TNumber
  • #33: Add Unit Tests for KeggId Classes
  • #34: Add Unit Tests for KeggDb and KeggCompositeDb Equality Methods/Operators
  • #35: Add Unit Tests for the new OrganismCode Class
  • #37: Rename KeggInfo.ForOrganism(TNumber) Overload to ForGenome()
  • #39: KeggId Classes Should Not Have Tokens in Summary XML Comments
  • #40: Info Operation Should be Implemented as KeggDb Methods
  • #41: Better Error Handling in KeggRestApi
  • #42: Add Unit Tests for the New KeggReader Class
  • #43: Add Unit Tests for ECNumber Class
  • #44: Run All Unit Tests in Parallel
  • #45: Rename the ECNumber.Class Enumeration to ECEnzymeClass

This release includes a corresponding NuGet package.

DotKEGG v0.3.0-alpha

06 Apr 17:34
Compare
Choose a tag to compare
DotKEGG v0.3.0-alpha Pre-release
Pre-release

Release Notes

  • Added API reference documentation for the KeggId class and its derived classes
  • Added an AWS CloudFormation template for the cloud resources needed to host the documentation website
  • A documentation website is now fully up and running at https://docs.dotkegg.com, hosted with Amazon Web Services!
  • Added a release process document that explains the steps necessary to release a new version of DotKEGG
  • Fixed some missed compiler errors in the unit tests project
  • Classes derived from KeggId no longer have their own Database properties, there is just a single one on the KeggId base class that returns a KeggDb.

This release includes a corresponding NuGet package.

DotKEGG v0.2.0-alpha

26 Mar 00:03
Compare
Choose a tag to compare
DotKEGG v0.2.0-alpha Pre-release
Pre-release

Added unit tests and documentation for KeggInfo and the database classes.

This release includes a corresponding NuGet package.

DotKEGG v0.1.0-alpha

21 Mar 22:14
Compare
Choose a tag to compare
DotKEGG v0.1.0-alpha Pre-release
Pre-release

This release includes a corresponding NuGet package.