Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@Jomy10 Jomy10 released this 13 Jan 14:18
· 27 commits to master since this release

Highlights

  • Objective-C support in projects! (includes mixed language projects)
C::Library(
  name: "MyObjectiveCLibrary",
  language: "Obj-C",
  # ...
)
  • Support for importing another project

  • Beaver now works on Windows!

  • More propper error handling

  • rewrote targets code to use the concept of "artifacts"

  • framework dependencies

  • added tests

  • lazy eval of flags

  • and some more...

Full Changelog: 3.1.3...3.2.0