Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

83 lines (66 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.8] - 2021-01-06

Added

  • Tests for functions in Domeneshop class
  • Tests for functions reliant

Changed

  • Updated dependent packages
  • API documentation is now in English
  • Use arrow functions in tests

[0.1.7] - 2020-07-27

Changed

  • Updated dependent packages

[0.1.6] - 2019-10-02

Added

  • More tests
  • Dependent packages

Changed

  • Updated documentation for new functions in 0.1.5
  • Fixed error in DNS record validation

0.1.5 - 2019-10-02

Added

  • DNS-record type NS
  • Test for NS DNS-record
  • Clean command to npm
  • Forwarding api support and tests
  • Invoices api support and tests
  • New example of listing unpaid invoices

Changed

  • Updated dependent packages
  • Fixed typos and spelling mistakes

0.1.4 - 2019-05-31

Added

  • New example with dns failover
  • Added DNS-record type TXT

Changed

  • Removed unused variable in example
  • Updated Axios to version 0.19.0
  • Make type in DNS-record check case insensitive

Removed

  • Removed old duplicate files from dist

0.1.3 - 2019-05-21

Added

  • Simple tests

Changed

  • Updated code to follow tslint:recommended
  • Fixed error in dns validating function

0.1.2 - 2019-04-25

Removed

  • Removed .git folder from npm package, so version bump was needed

0.1.1 - 2019-04-23

Added

  • Return type DomainName for getDomain and getDomains.
  • Examples
    • DNS update for dynamic hosts
    • Bulk update of DNS pointers

0.1.0 - 2019-04-19

  • First release.