Windows.Devices.Gpio/CHANGELOG.md

101 строка
6.2 KiB
Markdown
Исходник Обычный вид История

2018-10-08 11:28:26 +03:00
# Change Log
## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/HEAD)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.4...HEAD)
**Fixed bugs:**
- Static field objects are now created on constructor. [\#72](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/72)
**Documentation and other chores:**
- merge back from Release v1.0.4 [\#71](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/71)
## [v1.0.4](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.4) (2019-01-22)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2...v1.0.4)
**Documentation and other chores:**
- Release v1.0.4 [\#70](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/70)
- Update 2 NuGet dependencies [\#69](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/69)
- Merge back from Release v1.0.2 [\#68](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/68)
## [v1.0.2](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2) (2018-12-15)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-025...v1.0.2)
**Documentation and other chores:**
- Release v1.0.2 [\#67](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/67)
- Update 2 NuGet dependencies [\#66](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/66)
## [v1.0.2-preview-025](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-025) (2018-12-03)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-023...v1.0.2-preview-025)
**Documentation and other chores:**
- Bumps nanoFramework.Runtime.Events from 1.0.2-preview-021 to 1.0.2-preview-023 [\#63](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/63)
## [v1.0.2-preview-023](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-023) (2018-11-30)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-018...v1.0.2-preview-023)
**Documentation and other chores:**
- Update 2 NuGet dependencies [\#62](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/62)
## [v1.0.2-preview-018](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-018) (2018-11-28)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-015...v1.0.2-preview-018)
## [v1.0.2-preview-015](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-015) (2018-11-20)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-008...v1.0.2-preview-015)
**Documentation and other chores:**
- Update 2 NuGet dependencies [\#60](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/60)
## [v1.0.2-preview-008](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-008) (2018-11-09)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-004...v1.0.2-preview-008)
**Implemented enhancements:**
- Add lazy initialization to SerialController [\#57](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/57)
## [v1.0.2-preview-004](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-004) (2018-11-08)
[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.0...v1.0.2-preview-004)
2018-10-29 14:07:29 +03:00
**Documentation and other chores:**
- Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 [\#56](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/56)
2018-10-29 14:07:29 +03:00
- Merge back changes from Release 1.0.0 [\#51](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/51)
## [v1.0.0](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.0) (2018-10-17)
2018-10-08 11:28:26 +03:00
**Implemented enhancements:**
- Added interfaces for IGpioController and IGpioPin [\#28](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/28)
- Add toggle to GpioPin [\#14](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/14)
- Add field to hold last input value [\#10](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/10)
- Setting Gpio alternate funcion is now an extension [\#8](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/8)
- Add drivemode for alternate function [\#2](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/2)
- Update project [\#1](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/1)
**Fixed bugs:**
- Fix GpioPin.Write [\#19](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/19)
- Setting Gpio alternate funcion is now an extension [\#8](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/8)
**Documentation and other chores:**
2018-10-29 14:07:29 +03:00
- Merge 'develop' for Release 1.0.0 [\#50](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/50)
- Update 2 NuGet dependencies [\#46](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/46)
2018-10-13 05:21:55 +03:00
- Update 2 NuGet dependencies [\#42](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/42)
2018-10-09 00:02:36 +03:00
- Update 2 NuGet dependencies [\#41](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/41)
2018-10-08 20:39:03 +03:00
- Update 2 NuGet dependencies [\#40](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/40)
- Updating xml comments for documentation of IGpioController and IGpioPin interfaces. [\#31](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/31)
2018-10-08 11:28:26 +03:00
- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#30](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/30)
- Bump nanoFramework.Runtime.Events and nanoFramework.CoreLibrary in /source [\#26](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/26)
2018-10-08 20:39:03 +03:00
- Fix several typos in comments [\#9](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/9)
- Update mscorlib Nuget package [\#7](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/7)
2018-10-08 11:28:26 +03:00
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*