Skip to content

Releases: teletha/bee

bee v0.30.1

22 Jan 16:13
7b534d0
Compare
Choose a tag to compare

Bug Fixes

bee v0.30.0

22 Jan 15:53
6d5595b
Compare
Choose a tag to compare

Features

  • Add Project#associate to store the project related info. (f966de1)
  • All configurable value on tasks are non-static protected field. (d1753be)
  • The command execution results are cached for each project. (384d94a)

Bug Fixes

  • Jar task can't include resources when modified jar. (0a15269)
  • Jar task can't pack non-class resources when modified jar. (536bcca)
  • Project#getAnnotationProcessor must return all dependencies. (4476081)
  • Update the generated bytecode version to 16. (46ede28)

bee v0.29.0

20 Jan 02:00
3461514
Compare
Choose a tag to compare

Features

  • Add --skip (-x) option to skip any task execution. (5a88114)
  • Commandline option can define system property like maven. (1ca135c)
  • Enable multilined commandline interface. (ec30c24)

Bug Fixes

  • Avoid NPE. (a273b79)
  • Bee option is aware of environment variable. (151fe78)
  • Update exewrap version. (a571c99)

bee v0.28.2

18 Jan 16:17
0c503c5
Compare
Choose a tag to compare

Bug Fixes

  • Don't load target classes. (dd323ce)

bee v0.28.1

18 Jan 14:03
0dc5512
Compare
Choose a tag to compare

Bug Fixes

  • Auto detected repository uri is invalid. (ea4400a)

bee v0.28.0

18 Jan 09:40
ab6c089
Compare
Choose a tag to compare

Features

  • Add --help (-h) option. (9aecd59)
  • Add --quiet (-q) and --debug (-d) options. (6b6a5ed)
  • Add new tasks [help:task] and [help:option]. (d91d38c)
  • Drop Notation. (2979c75)

Bug Fixes

  • Dependency resolving is aware of no-cache option. (01a0415)

bee v0.27.0

17 Jan 16:26
e530608
Compare
Choose a tag to compare

Features

  • Add --nocache (-n) option. (26f82ab)
  • Add --offline (-o) option. (46e98e5)
  • Add --version (-v) option. (e740649)

bee v0.26.1

17 Jan 14:17
a526ad4
Compare
Choose a tag to compare

Bug Fixes

  • Don't compute frame when version modification. (5be54a9)
  • Drop unknown vcs. (db2c7ac)

bee v0.26.0

17 Jan 12:50
4b2285c
Compare
Choose a tag to compare

Features

  • Add JavaCompiler#setCompileAll. (776fcdd)
  • Add profiler. (b4678ac)
  • Add profiling option (-p or -profiling). (717c16d)
  • Drop configuration for test class version. (bd0fa88)
  • Parallel and fast artifact downloading. (c937977)
  • Provide fast DependencyCollector. (f6152f8)

Bug Fixes

  • Compile task is aware of java version setting. (56e5ba2)
  • Parallel dependency resolver. (6d1a774)
  • Parallel metadata downloading. (5e604f2)
  • Parse clipboard data as URL. (fc1a8b6)

bee v0.25.1

14 Jan 04:32
cb5bf36
Compare
Choose a tag to compare

Bug Fixes

  • Merged jar must use modified version classes. (16e8e64)