Skip to content

Releases: atedeg/sbt-ubiquitous-scaladoc

v2.0.1

19 Aug 14:30
Compare
Choose a tag to compare

2.0.1 (2022-08-19)

Bug Fixes

  • only normalize names that are not explicitly provided (ff04551)

v2.0.0

19 Aug 10:15
Compare
Choose a tag to compare

2.0.0 (2022-08-19)

⚠ BREAKING CHANGES

  • add plugin key to adapt links before they are added to the table

Features

  • add plugin key to adapt links before they are added to the table (ca67451)

v1.0.2

16 Aug 16:23
Compare
Choose a tag to compare

1.0.2 (2022-08-16)

Bug Fixes

  • fix error in fully qualified name resolution (77ef011)

v1.0.1

16 Aug 13:39
Compare
Choose a tag to compare

1.0.1 (2022-08-16)

Bug Fixes

  • change entities' name resolver (2e45443)
  • change fully qualified name extraction logic (b65f8c3)

v1.0.0

30 Jul 15:07
Compare
Choose a tag to compare

1.0.0 (2022-07-30)

Bug Fixes

  • add .yaml extension to default configuration file (b0d170f)
  • add configuration for import sort in scalafix (58c7edf)
  • add missing v in tag push (4145951)
  • clarify error codes when publishing (10550ec)
  • create target directory if it does not exist when serializing a table (3891302)
  • fix behaviour in case of leftover entities (7adcf85)
  • fix bug in file lookup (0cdddd3)
  • fix configuration parsing (17d3fc2)
  • fix error in case class lookup (292ffbf)
  • fix error message typing (a9e6cc2)
  • fix json parsing of IgnoredSelectors (f45898f)
  • fix resolution of selector (e9562a6)
  • fix table serialisation (073cb9c)
  • get branch name from git command (095b579)
  • link generation (9b88820)
  • link in markdown table (f7637a6)
  • lookupdir instead of working dir in Ubidoc file (630f0d6)
  • only consider html files (deccc79)
  • plugin parameters (6087842)
  • release script (d54ce75)
  • removed jitpack resolver for markdown generator library (c83bc23)
  • scalafmt reformat (c9d65eb)
  • table serialization only applies to Tables with Rows and not entitites (26426df)
  • wartremover errors (ea41fb4)
  • wartremover silence errors (5933729)
  • world normalization (c97bf44)

Features

  • add entities parsing (c9a3cb2)
  • add Entity parsing (1f34b59)
  • add fileNameSuffix key (7e61b82)
  • add multiple table reading and ignored files (1ee2d9a)
  • add plugin keys (124f512)
  • allow custom names (3c52d18)
  • change configuration spec to avoid connflicts (4903a2b)
  • configuration parsing (ebebe22)
  • correctly resolve documentation links (bf2fa1c)
  • no longer fail when there are ignored entities (b096fe9)
  • normalize row names (7b26ac5)
  • table generation from all entities file (0e1af77)
  • ubiquitousScaladoc plugin implementation (45a92fa)
  • use new selector kind (3f2a137)

v1.0.0-beta.7

29 Jul 15:39
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2022-07-29)

Bug Fixes

  • add missing v in tag push (0f967e5)

1.0.0-beta.6

30 Jul 13:31
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2022-07-29)

Bug Fixes

  • clarify error codes when publishing (207600c)

v1.0.0-beta.5

29 Jul 14:59
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2022-07-29)

Bug Fixes

  • fix behaviour in case of leftover entities (a00fead)

v1.0.0-beta.4

26 Jul 16:35
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2022-07-26)

Bug Fixes

  • removed jitpack resolver for markdown generator library (b519ce1)

v1.0.0-beta.3

20 Jul 15:30
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2022-07-20)

Features

  • no longer fail when there are ignored entities (290327e)