Skip to content

Latest commit

 

History

History
94 lines (69 loc) · 3.29 KB

RELEASE_NOTES.md

File metadata and controls

94 lines (69 loc) · 3.29 KB

0.4.5 - 12.05.2017

  • Added Mono 5 support - #82

0.4.4 - 05.05.2017

  • Added support for custom runspaces (PS TP) - #80

0.4.3 - 07.11.2016

  • Updated Type Provider SDK

0.4.2 - 21.08.2016

  • FIXED: PS Type provider type failed with Set-Location - #73

0.4.0 - 08.04.2016

  • BREAKING CHANGE: Support of Powershell pipeline errors - #66

0.3.1 - 28.10.2015

0.3.0 - 27.07.2015

  • Added SystemTimeZonesProvider

0.2.1 - 07.07.2015

  • Added support of loading modules in PowerShellProvider
  • Added ability to call Azure PowerShell cmdlets. #47
  • New type inference approach for PS TP and new tests
  • Added paket dependency to FSharp.TypeProviders.StarterPack

0.2.0 - 03.01.2015

  • Use latest type provider sources
  • Use paket

0.1.1 - 25.06.2014

  • Fix memory leak - #42

0.1.0 - 31.12.2013

  • Initial release of FileSystemProvider
  • Initial release of RegistryProvider
  • Initial release of PowershellProvider
  • Initial release of WMI provider

0.1.0-alpha2 - 28.12.2013

0.1.0-alpha1 - 27.12.2013

  • Fixed FileSystem type provider invalidation
  • Splitted all type providers
  • Change "Parent" folder to ".." in relative type provider
  • Updated docs

0.0.13-alpha - 24.12.2013

  • Parent property in FileSystem type provider is lazy

0.0.12-alpha - 21.12.2013

  • Allows specification of a "root" folder in FileSystem type provider

0.0.11-alpha - 20.12.2013

  • Separate project for the powershell provider

0.0.10-alpha - 20.12.2013

  • Caching of the WMI provider

0.0.9-alpha - 20.12.2013

  • Delay for invalidation of the relative path type provider

0.0.8-alpha - 20.12.2013

  • Fixed bug in relative path type provider

0.0.7-alpha - 20.12.2013

  • FileSystem type provider invalidates itself whenever any child dirs/files changed in any way

0.0.6-alpha - 19.12.2013

  • Relative path type provider returns relative paths

0.0.5-alpha - 19.12.2013

  • Unified FileSystem type provider and relative path type provider
  • Made the FileSystem type provider robust against access problems

0.0.4-alpha - 19.12.2013

  • Relative path type provider allows to go up
  • Using latest provided types API from Sample pack

0.0.3-alpha - 19.12.2013

  • First version of the relative path type provider

0.0.2-alpha - 17.12.2013

  • Include FSharp.Management.PowerShell.ExternalRuntime

0.0.1-alpha - 17.12.2013

  • Initial release of FileSystemProvider
  • Initial release of RegistryProvider
  • Initial release of PowershellProvider
  • Initial release of WMI provider