Skip to content

Releases: yaegashi/msgraph.go

v0.1.4

02 Aug 16:59
a4e9fb2
Compare
Choose a tag to compare

Code generator refactoring (#27)

  • Refactor code generator
  • Avoid using defer in for loop
  • Update GitHub Actions workflows

v0.1.3

27 Jun 08:53
ca6a19c
Compare
Choose a tag to compare
  • Add resource owner password credentials grant support (#13)
  • msauth: improvement for token cache store handling (#20)
  • Integrate wtz.go in cmd/msgraph-me (#21)

v0.1.2

14 Mar 20:13
73f0be6
Compare
Choose a tag to compare
  • Reduce number of generated files (#11)
  • EnumType should be string (#6)
  • Add support for Edm types: Date, TimeOfDay, Duration
  • Fix actions returning a collection
  • Add support for max number of pages to retrieve from a collection
  • Add support for modifying request headers

v0.1.1

21 Feb 20:08
9676602
Compare
Choose a tag to compare
  • Add Cast*() functions in ptr package
  • Add BaseRequestBuilder.SetURL() (#9)
  • Update README.md
  • Go modules update and tidy