appydave-tools 0.86.0 → 0.86.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37d050366ecd949fa4cc351ac5de8cde5f862f41c1ac069fa564593012978b33
|
|
4
|
+
data.tar.gz: d2d64869d49ebcfc79db5a08f5e13a09bb83311fe3cd1203cf33810e61c645d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c64d1feb8e386fa7d2d7df5a432202fa84d3ea62e02324a4337074e541d3468d08055d361df6ce0bba2f8688b646b225fcd3a0479b5ff1f393715638d9553743
|
|
7
|
+
data.tar.gz: 7e5550b06f463b43a9d3598bc65eb9e39389efc659664f14cc8a7bf222ac13e034375b24a14e3d2c8f089a40d605fad8b93237b4be77fa63fc071d4d3aec27ff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [0.86.0](https://github.com/appydave/appydave-tools/compare/v0.85.0...v0.86.0) (2026-06-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bank_reconciliation: remove hardcoded account identifiers from CBA reader, untrack handover docs ([92cc173](https://github.com/appydave/appydave-tools/commit/92cc173a298a537c607e891bd5871b34310297bb))
|
|
7
|
+
* bank_reconciliation: respect Wise Direction (IN→credit, OUT→debit) ([324dfa3](https://github.com/appydave/appydave-tools/commit/324dfa35fdefb2d633b632fe946460e7cc075778))
|
|
8
|
+
* bank_reconciliation: rubocop polish on clean + models ([bbb887e](https://github.com/appydave/appydave-tools/commit/bbb887e69869c7027b066da87d7c5f104613870e))
|
|
9
|
+
* bank_reconciliation: use Clipboard gem instead of shelling out to pbcopy (cross-platform, fixes CI) ([778bda7](https://github.com/appydave/appydave-tools/commit/778bda7ae781bbd308cc78a8cadde3dd8e45ce33))
|
|
10
|
+
* ci: bump actions/checkout from v4 to v5 (Node 24, deprecation deadline 2026-06-16) ([d013af7](https://github.com/appydave/appydave-tools/commit/d013af72464b30d696b7bed2be0bbd5c52f93c4f))
|
|
11
|
+
* **dam,omi:** minor cleanups identified during 15 May 2026 session ([fab5195](https://github.com/appydave/appydave-tools/commit/fab51956c82ee4e3b19f38cd3807dff4633ab393))
|
|
12
|
+
* deps: add multi_json (transitive load-time req of representable/google-api-client) to fix CI bundle ([3213467](https://github.com/appydave/appydave-tools/commit/3213467da050e193c86979fd4e6bf57cbde89fb7))
|
|
13
|
+
* specs: replace simple-regex match() with include() to satisfy newer rubocop-rspec ([fa77a37](https://github.com/appydave/appydave-tools/commit/fa77a37f764fe12c59aa8b864b229225de3a66a7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* bank_reconciliation: add CBA simple-format CSV reader ([772829b](https://github.com/appydave/appydave-tools/commit/772829b3094236fe40db527200f1f9cb7eb9699c))
|
|
19
|
+
* bank_reconciliation: add PayPal CSV reader ([fa5102f](https://github.com/appydave/appydave-tools/commit/fa5102f09245ab8124a8051cee140fbba679e995))
|
|
20
|
+
* **bank_reconciliation:** resurrect from deprecated/, externalize personal data ([052de75](https://github.com/appydave/appydave-tools/commit/052de75e7d63a3de76c33fce3866e041b21d8c3b))
|
|
21
|
+
|
|
1
22
|
# [0.85.0](https://github.com/appydave/appydave-tools/compare/v0.84.0...v0.85.0) (2026-04-06)
|
|
2
23
|
|
|
3
24
|
|
data/package.json
CHANGED