Releases: IBM/ibmi-bob
Releases · IBM/ibmi-bob
Release v2.4.8
- Wed Jan 25 2023 Edmund Reinhardt [email protected] - 2.4.8
- fix 'makei init'
- support CRTCMD ALLOW()
- support CRTCPPMOD - C++ compiler uses PASE which means that we have to spawm a
job and lose the joblog.json info
Release v2.4.7
- Improve project structure and automate release process. See the documentation
at https://ibm.github.io/ibmi-bob/#/contributing/getting-started for how to
setup development and run linter and tests and also release usingnox
.
Github actions are configured to be triggered when a tag of the vn.n.n-n is
pushed to master to publish to the yum repository.
v2.4.6
v2.4.5
What's Changed
- BINDDIR source now has the file extension BINDIRSRC to differentiate it from the target object type BINDDIR
- That ability to build a directory or file via the
makei compile -f <dir>:<file>
to be able to build any arbitrary list of files and directories - The iproj.json has additional attributes for iasp and sql attributes like current schema, path and sql vs system naming. (These are not yet supported within BOB, but are present for future extensibility and other tooling that will support them.
- Note for CL Pseudo source, make sure that you delete the target object before creating a new version to ensure the timestamps are accurate and the make processing works correctly
Full Changelog: v2.4.4...v2.4.5
v2.4.4
What's Changed
- downloaded eventf were missing file names and failing due to CCSID in cases
Full Changelog: v2.4.3...v2.4.4
v2.4.3
2.4.2
What's Changed
- lowercase file names and extensions supported
- support for lowercase filenames mapping to uppercase targets when compiling
- support of TGTCCSID specified by .ibmi.json for all source types
- support for INCDIR for all types including CLLE, CRTSQLxxxI, CRTRPGMOD
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- fix def_rules.mk recipes to build CMD, MENU and BNDDIR by @edmundreinhardt in 88d350a
- Support INCDIR for CRTCLMOD, CRTRPGMOD, CRTSQLRPGI, CRTBNDC, CRTBNDCL, CRTBNDRPG by @worksofliam
- Support lowercase file extensions by @worksofliam
- Support PNLGRP as well as PNLGRPSRC as file extension by @edmundreinhardt
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- update docsify-plugin-toc to 1.3.1 by @TongkunZhang in #119
- Fix fail to add multiple preUsrLibl/postUsrLibl by @TongkunZhang in #113
- Fix unable to enable CompatibilityMode by @TongkunZhang in #114
- use a larger margin for runsqlstm by @TongkunZhang in #116
- Rules.mk Enhancements by @TongkunZhang in #122
Full Changelog: v2.3.10...v2.4.0
v2.3.10
What's Changed
- typo fix for bare template by @ThePrez in #103
- Update code-for-ibm-i.md by @worksofliam in #105
- Fix path to make by @TongkunZhang in #108
New Contributors
- @worksofliam made their first contribution in #105
Full Changelog: v2.3.9...v2.3.10