Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

83 lines (58 loc) · 5.19 KB

CHANGELOG

0.2.1 - 2023-05-01 00:27:22

What's Changed

  • chore(coverage): fix report by @mapra99 in #61
  • chore(ci/cd): add check to ensure PR titles follow conventional commits, and update changelog automatically by @mapra99 in #62
  • docs(gem-docs): install yard for gem documentation by @mapra99 in #63
  • fix(ci/cd): use right auto-changelog action version by @mapra99 in #70

Full Changelog: https://github.com/PradaIng/structuraid-core/compare/0.2.0...0.2.1

Bug Fixes

  • ci/cd:
    • use right auto-changelog action version (#70) (4c70add) (#70)

Documentation

  • gem-docs:
    • install yard for gem documentation (#63) (f9cc9c1) (#63)

0.2.0 - 2023-04-29 01:03:50

What's Changed

  • Feat/analysis combined footing by @ImMPrada in #31
  • Feat/bending requirements by @ImMPrada in #49
  • Feat/shear capacity by @ImMPrada in #51
  • Feat/capacity reduction factors by @ImMPrada in #52
  • Feat/critical section requirement by @ImMPrada in #54
  • Feat/concrete cover by @ImMPrada in #57
  • feat(code requirements): support enum parameters by @mapra99 in #58
  • refactor(footing analysis): use coordinates system location by @ImMPrada in #59

Full Changelog: https://github.com/PradaIng/structuraid-core/compare/0.1.3...0.2.0

Feature

  • code requirements:

Refactor

  • footing analysis:
    • use coordinates system location (#59) (adaa566) (#59)

0.1.3 - 2023-03-15 15:41:35

What's Changed

  • Add initial project setup by @ImMPrada in #6
  • feat(materials): build initial models by @mapra99 in #8
  • Rebar class by @ImMPrada in #7
  • Footing class by @ImMPrada in #9
  • Loads by @ImMPrada in #11
  • Design Codes by @mapra99 in #18
  • Feat/add reinforcement layers by @ImMPrada in #20
  • Analysis footing by @ImMPrada in #16
  • chore(bundler): bundle project as ruby gem by @mapra99 in #35
  • feat(shear code requirements): add punching shear capacity calculation by @mapra99 in #33
  • feat(design codes): add requirement for footing min height by @mapra99 in #44
  • Refactor/vector and relative location by @ImMPrada in #32
  • chore(ruby gem): automate gem release by @mapra99 in #46

New Contributors

  • @ImMPrada made their first contribution in #6
  • @mapra99 made their first contribution in #8

Full Changelog: https://github.com/PradaIng/structuraid-core/commits/0.1.3

Feature

  • design codes:

    • add requirement for footing min height (#44) (765dc63) (#44)
  • shear code requirements:

    • add punching shear capacity calculation (#33) (301714d) (#33)
  • materials:

* This CHANGELOG was automatically generated by auto-generate-changelog