@mathrunet/masamune 3.9.4 → 3.9.6

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.
Files changed (28) hide show
  1. package/CHANGELOG.md +242 -1646
  2. package/dist/lib/model_field_value/converters/model_counter_converter.js +2 -2
  3. package/dist/lib/model_field_value/converters/model_counter_converter.js.map +1 -1
  4. package/dist/lib/model_field_value/converters/model_date_converter.js +4 -4
  5. package/dist/lib/model_field_value/converters/model_date_converter.js.map +1 -1
  6. package/dist/lib/model_field_value/converters/model_date_range_converter.js +2 -2
  7. package/dist/lib/model_field_value/converters/model_date_range_converter.js.map +1 -1
  8. package/dist/lib/model_field_value/converters/model_geo_value_converter.js +2 -2
  9. package/dist/lib/model_field_value/converters/model_geo_value_converter.js.map +1 -1
  10. package/dist/lib/model_field_value/converters/model_image_uri_converter.js +2 -2
  11. package/dist/lib/model_field_value/converters/model_image_uri_converter.js.map +1 -1
  12. package/dist/lib/model_field_value/converters/model_locale_converter.js +3 -3
  13. package/dist/lib/model_field_value/converters/model_locale_converter.js.map +1 -1
  14. package/dist/lib/model_field_value/converters/model_time_converter.js +4 -4
  15. package/dist/lib/model_field_value/converters/model_time_converter.js.map +1 -1
  16. package/dist/lib/model_field_value/converters/model_time_range_converter.js +2 -2
  17. package/dist/lib/model_field_value/converters/model_time_range_converter.js.map +1 -1
  18. package/dist/lib/model_field_value/converters/model_timestamp_converter.js +16 -18
  19. package/dist/lib/model_field_value/converters/model_timestamp_converter.js.map +1 -1
  20. package/dist/lib/model_field_value/converters/model_timestamp_range_converter.js +2 -2
  21. package/dist/lib/model_field_value/converters/model_timestamp_range_converter.js.map +1 -1
  22. package/dist/lib/model_field_value/converters/model_uri_converter.js +2 -2
  23. package/dist/lib/model_field_value/converters/model_uri_converter.js.map +1 -1
  24. package/dist/lib/model_field_value/converters/model_video_uri_converter.js +2 -2
  25. package/dist/lib/model_field_value/converters/model_video_uri_converter.js.map +1 -1
  26. package/dist/lib/model_field_value/model_field_value.js +2 -1
  27. package/dist/lib/model_field_value/model_field_value.js.map +1 -1
  28. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,31 @@
1
- ## [3.9.4](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.9.4) (2025-12-08)
1
+ ## 3.9.6 (2026-02-19)
2
2
 
3
3
 
4
4
  ### chore
5
5
 
6
+ * Add error messages. ([d7f2b00](https://github.com/mathrunet/node_masamune/commit/d7f2b00590761aac98b25f03c1a36f2ee20be5c7))
7
+ * Add log. ([189fd83](https://github.com/mathrunet/node_masamune/commit/189fd832d8660cac5d83ef24fcc0d341c640af45))
6
8
  * Add Node.js 20 engine requirement to all package.json files ([1e60d25](https://github.com/mathrunet/node_masamune/commit/1e60d25b2c44e1efd398a6a1229d2ba3f46da1f5))
9
+ * Add publish to npm run. ([58da6fb](https://github.com/mathrunet/node_masamune/commit/58da6fb5c9261c359943b4d3f1dce767e6ff713b))
10
+ * Adding the convertTo method ([8d842ac](https://github.com/mathrunet/node_masamune/commit/8d842ac99fe31f63204391817eb206737c855249))
11
+ * Bump version to 3.9.3 and add new hooks for job execution in WorkflowJobRunnerFunctionBase ([010f0c3](https://github.com/mathrunet/node_masamune/commit/010f0c3c4999874f2e8a5e994993e8a31791d3a2))
12
+ * Change the copyright year. ([0f7378d](https://github.com/mathrunet/node_masamune/commit/0f7378d663ddf2cc6666a0a1a43f245a476a22f3))
13
+ * Change the placement of JS. ([d29b7cf](https://github.com/mathrunet/node_masamune/commit/d29b7cfbe95ddc10d1bd99df9cf372a9ba024920))
14
+ * Changed package name. ([5acd023](https://github.com/mathrunet/node_masamune/commit/5acd0235504eb7b2d9760f2a0a9971e69cc52f2b))
15
+ * command was added. ([bff8928](https://github.com/mathrunet/node_masamune/commit/bff8928505d5e411e061dcc45051463a7381e1b9))
16
+ * Comment Deleted ([a4a7ee3](https://github.com/mathrunet/node_masamune/commit/a4a7ee3490b18e9d66f6f44efb5edc3b405e265a))
17
+ * comment-adding ([0247405](https://github.com/mathrunet/node_masamune/commit/0247405486aafdaa053581c746e21d41442c859d))
18
+ * comment-adding ([a32f048](https://github.com/mathrunet/node_masamune/commit/a32f048a8d93c14411094624102ecbfcae19a49c))
19
+ * Comments back. ([c792490](https://github.com/mathrunet/node_masamune/commit/c79249018320f02f965037e99120157892a4aa07))
20
+ * Console logs are displayed. ([b7d7fed](https://github.com/mathrunet/node_masamune/commit/b7d7fed26e3e8067640b531b49f55f34a676fa1c))
7
21
  * Create test files. ([357849a](https://github.com/mathrunet/node_masamune/commit/357849a6244c8a6167a0188945cc40a7c282c703))
22
+ * debug ([e698323](https://github.com/mathrunet/node_masamune/commit/e698323be390a66f1f09f684492e14db6706decf))
23
+ * Debug. ([5c274fc](https://github.com/mathrunet/node_masamune/commit/5c274fc1e3d0f1e0f25c09904cb4aee960a27f48))
24
+ * Definition of interface. ([2ac14be](https://github.com/mathrunet/node_masamune/commit/2ac14bec10077e90c25562a70d2cf32a61ae6fd0))
25
+ * Definition of interface. ([c5dcba7](https://github.com/mathrunet/node_masamune/commit/c5dcba7e17e38aa3ec1b159d9f3715c273182e64))
26
+ * Definition of interface. ([f19bfa6](https://github.com/mathrunet/node_masamune/commit/f19bfa64cf54474c93423a11175c259a4751db4a))
27
+ * Definition of interface. ([0caf4d0](https://github.com/mathrunet/node_masamune/commit/0caf4d0e78f785d49e6ae820f90322dd7b182458))
28
+ * Definition of interface. ([3822d83](https://github.com/mathrunet/node_masamune/commit/3822d83efcb63db43463897c6c8a4c2e5e54cf07))
8
29
  * Definition of interface. ([b7a94f1](https://github.com/mathrunet/node_masamune/commit/b7a94f1c925099f79914e9629417566a6a1df393))
9
30
  * Definition of interface. ([5503b76](https://github.com/mathrunet/node_masamune/commit/5503b76e104eb92609c070f8c698e958d62c845e))
10
31
  * Definition of interface. ([e7a3b5f](https://github.com/mathrunet/node_masamune/commit/e7a3b5f2b491d533d7432a68ead0494732064670))
@@ -13,7 +34,18 @@
13
34
  * Definition of interface. ([1868f42](https://github.com/mathrunet/node_masamune/commit/1868f42f4fe61e3d34413a5913ffdd7ba1ddb6f9))
14
35
  * Definition of interface. ([7fe670b](https://github.com/mathrunet/node_masamune/commit/7fe670b4466999f45a260f4fa31f7430ad297203))
15
36
  * Definition of interface. ([b305bbd](https://github.com/mathrunet/node_masamune/commit/b305bbdc965c9e0b06b7a13d5c5c39a24d2125cb))
37
+ * Delete MarketingPipeline. ([0b69d79](https://github.com/mathrunet/node_masamune/commit/0b69d792fcc22319dbc3f0bfe83cc01ec389074b))
38
+ * Delete unnecessary comments. ([b28d8e1](https://github.com/mathrunet/node_masamune/commit/b28d8e1c214fb4b42d97a46ce98382eb5298ccaf))
39
+ * Delete unnecessary files. ([12975a1](https://github.com/mathrunet/node_masamune/commit/12975a1189839d269fd24f4b01b10cc182ef5650))
16
40
  * Deleted because a katana remained. ([845a8d9](https://github.com/mathrunet/node_masamune/commit/845a8d932962689919db12d8b67baf757bf49f59))
41
+ * Edit .gitignore. ([de837ef](https://github.com/mathrunet/node_masamune/commit/de837ef8e831c6fba55e8fa94c0e33fa6cf8b7ff))
42
+ * Erase comments. ([5620bdb](https://github.com/mathrunet/node_masamune/commit/5620bdba511708097a48e7b07f56748965443eb1))
43
+ * Fixed a bug in the command. ([fef7d3c](https://github.com/mathrunet/node_masamune/commit/fef7d3c59b10e0e912920be9802389ebd45759fe))
44
+ * Grant logs ([4a1d2f0](https://github.com/mathrunet/node_masamune/commit/4a1d2f092b15d9b52a91ad210cbda1067ea2dc25))
45
+ * Initial commit. ([6f97dfe](https://github.com/mathrunet/node_masamune/commit/6f97dfe06413957d19792c7f535e0285045372fe))
46
+ * Log output. ([557826a](https://github.com/mathrunet/node_masamune/commit/557826a5be81c931a00565ee5a128346f5ca9a9a))
47
+ * Output the error contents. ([1d394b3](https://github.com/mathrunet/node_masamune/commit/1d394b327490c8e4af9127b668257c5c74951746))
48
+ * Package update. ([4d16cf5](https://github.com/mathrunet/node_masamune/commit/4d16cf5ab3b82ca65af20b38a3f471a54c9b87e2))
17
49
  * Package update. ([e00d076](https://github.com/mathrunet/node_masamune/commit/e00d0766cc62d7fa7073dac9cf7c2c80ddb0d89f))
18
50
  * Package update. ([8891b4e](https://github.com/mathrunet/node_masamune/commit/8891b4e1995dd931d3055d329fdd0513d3eae23a))
19
51
  * Package update. ([440dbe9](https://github.com/mathrunet/node_masamune/commit/440dbe90ed555f4d7e260a204ef4463e14e6623c))
@@ -21,6 +53,8 @@
21
53
  * Package update. ([71bf417](https://github.com/mathrunet/node_masamune/commit/71bf41769e3b292e6288dbb6bb813f5f18b8a474))
22
54
  * Package update. ([27b1b6b](https://github.com/mathrunet/node_masamune/commit/27b1b6b84478989844c655695323c849c684dd51))
23
55
  * Package update. ([203fee8](https://github.com/mathrunet/node_masamune/commit/203fee8cabfc6bea866ef4fce949d3c170f0be8d))
56
+ * Remove comments ([eb83a5f](https://github.com/mathrunet/node_masamune/commit/eb83a5f6fdc1d8c6a03ce691cf11e8d3fbfdb85e))
57
+ * Scrutinize log output ([5eaa4a2](https://github.com/mathrunet/node_masamune/commit/5eaa4a2042f8b714b3f48e44cc44c8f86549212e))
24
58
  * Update @mathrunet/katana to version 3.9.1 ([d8e32a1](https://github.com/mathrunet/node_masamune/commit/d8e32a1f238ed3b29003bd83799fde57a054c063))
25
59
  * Update Masamune package to version 3.8.3 ([8e8155e](https://github.com/mathrunet/node_masamune/commit/8e8155e3380f05fb05abdb087c9bfff0b05c1795))
26
60
  * Update masamune package version ([f4998d6](https://github.com/mathrunet/node_masamune/commit/f4998d654dee28f2f12c5d2d8b9c861563825dbd))
@@ -29,73 +63,275 @@
29
63
  * Update. ([370300f](https://github.com/mathrunet/node_masamune/commit/370300f93798fe50af3ed6ee60c04d37585ab869))
30
64
  * Upgrade `@mathrunet/katana` to `3.9.4` and update `@mathrunet/masamune` dependencies. ([4eb3e8f](https://github.com/mathrunet/node_masamune/commit/4eb3e8ffcd17334eb380ea780605eb1f925b8eea))
31
65
  * Workflow base class completed. ([04b3da4](https://github.com/mathrunet/node_masamune/commit/04b3da430a997861e8d8409b115f7205bc0f5b7e))
66
+ * コメントを削除 ([900f3b9](https://github.com/mathrunet/node_masamune/commit/900f3b98417ebe17c9d9f481223d493db4892d13))
32
67
 
33
68
  ### docs
34
69
 
70
+ * Add Github badge. ([e6ac32a](https://github.com/mathrunet/node_masamune/commit/e6ac32af8f1e5059e89267622589b279ff9a05fd))
71
+ * Added GithubSponsors to ReadMe. ([4c4b3f9](https://github.com/mathrunet/node_masamune/commit/4c4b3f9a28870aea7bcd38afaa0b64315ab8ed66))
72
+ * Added ReadMe link. ([06ab906](https://github.com/mathrunet/node_masamune/commit/06ab906478297cff54ef9130e8be643f7716bac8))
73
+ * Comment Change. ([d48a8f1](https://github.com/mathrunet/node_masamune/commit/d48a8f1c233285e3b1be8c1fb76634d81a132e63))
74
+ * Corrected keywords. ([2be21a6](https://github.com/mathrunet/node_masamune/commit/2be21a6276413769aedd9e83e53da3cab79a6e4c))
75
+ * Corrected variable names in the documentation. ([e17c24f](https://github.com/mathrunet/node_masamune/commit/e17c24f39ca0e578dbd846d034640caf4a6762cb))
35
76
  * Move development, requirements, and setup guide documents to masamune_asset_pipeline package. ([1aa4ccb](https://github.com/mathrunet/node_masamune/commit/1aa4ccb995791c34de7901e98554aaca80bf22cc))
77
+ * ReadMe changes. ([8e55b7d](https://github.com/mathrunet/node_masamune/commit/8e55b7d10d6d3f8f61ff09541fafbfb9ea52b73a))
78
+ * ReadMe creation. ([6f91ba9](https://github.com/mathrunet/node_masamune/commit/6f91ba97d8c8e3f7d41a6299d95e51a69b90fe1c))
36
79
 
37
80
  ### feat
38
81
 
82
+ * Add aggregation method. ([e50fc35](https://github.com/mathrunet/node_masamune/commit/e50fc35bc00657bf2b82cdfd2d643f1fd70d9091))
39
83
  * Add AI analysis. ([d9206af](https://github.com/mathrunet/node_masamune/commit/d9206af4408551579e0403abe0d613c7739e4916))
40
84
  * Add an asset method. ([5136f81](https://github.com/mathrunet/node_masamune/commit/5136f81f2acf5d2b71f0cdc42a3a953f8c62c959))
41
85
  * Add an interface and methods for repository analysis to the GitHub client, and create document files for bug lists and tasks. ([f7cf613](https://github.com/mathrunet/node_masamune/commit/f7cf6137b95b9040ea55f1b6fb6d029e188926ef))
86
+ * Add CallProcessFunctionBase. ([f5c72ab](https://github.com/mathrunet/node_masamune/commit/f5c72ab340239039e3ae4e63f1babe8cf4953f58))
87
+ * Add comprehensive JSDoc documentation to marketing functions ([7ea0e10](https://github.com/mathrunet/node_masamune/commit/7ea0e109f07440e8a73214650ad67953bb8b3878))
88
+ * Add convertTo methods to remaining TypeScript converters ([36c5630](https://github.com/mathrunet/node_masamune/commit/36c56306e2f1418ec447af29883147854ae49fba))
42
89
  * Add Github summary function. ([3320b2e](https://github.com/mathrunet/node_masamune/commit/3320b2e894b7f85e61a5f891b2d3095bf53d79bd))
90
+ * Add GoogleToken. ([953ae3b](https://github.com/mathrunet/node_masamune/commit/953ae3bef001cfbec2eb2795bab727ee7d1c87cf))
91
+ * Add HLS function. ([bfa96e5](https://github.com/mathrunet/node_masamune/commit/bfa96e5b176180e84dafea9b75612bcd68fb3424))
92
+ * Add JobRunner ([e78dffd](https://github.com/mathrunet/node_masamune/commit/e78dffd214f9fc7e92309eb43e3aaf8450f3bd38))
93
+ * Add JobRunner. ([3eb5a6a](https://github.com/mathrunet/node_masamune/commit/3eb5a6a06afb7e12c6a39cbce5a2328c70eb74d5))
94
+ * Add locale information. ([146b89c](https://github.com/mathrunet/node_masamune/commit/146b89c353a743f00c80078f84f8063632d4cc21))
95
+ * Add locale. ([a27a8b4](https://github.com/mathrunet/node_masamune/commit/a27a8b4cd8b000d26f3511d9d5099284cefac08b))
96
+ * Add logging concept. ([fe5f4ed](https://github.com/mathrunet/node_masamune/commit/fe5f4ed24272ea045a33a237730629c610ff53b4))
43
97
  * Add Lyria background music generation, Google Cloud Text-to-Speech integration, updated test configuration, and new development documentation. ([d234b83](https://github.com/mathrunet/node_masamune/commit/d234b83b0ab706bfa3c93f2f887755aa022baa48))
98
+ * Add Markdown Report ([38506ac](https://github.com/mathrunet/node_masamune/commit/38506ac023a481163fed0154a6b90f372a4d9539))
99
+ * Add Market Research Action ([a41d85b](https://github.com/mathrunet/node_masamune/commit/a41d85bee88fe9d23952f281b3ca8d5390bbb15c))
44
100
  * add marketing pipeline for data collection and scheduling, and update short video generation tests to include narration and BGM. ([4020466](https://github.com/mathrunet/node_masamune/commit/402046616c18ae3c65fe0eb43e1a103a95f1cc04))
101
+ * Add masamune_store_asset. ([9f6e45f](https://github.com/mathrunet/node_masamune/commit/9f6e45febae9330196978e4e04218a78fdcaf547))
102
+ * Add multimodal text generation and related workflows for image, video, and music generation ([875acbc](https://github.com/mathrunet/node_masamune/commit/875acbc906cb8f6cf31dfb39168195d097b4bab2))
45
103
  * Add PDF creation function. ([de349b3](https://github.com/mathrunet/node_masamune/commit/de349b382bacd325929b2c6fa8330dbe7fe12b98))
104
+ * Add removeOnlyEmoji method to String prototype and update usage in ModelFieldValue class ([dccecf8](https://github.com/mathrunet/node_masamune/commit/dccecf844ad7602e5acedfb4653620ac80c017cb))
46
105
  * Add required type. ([d92208c](https://github.com/mathrunet/node_masamune/commit/d92208cdb1e7340d2b9258a6a090123f581bf5d9))
47
106
  * add scheduler notification tests and update general test utilities and Firestore tests. ([710e462](https://github.com/mathrunet/node_masamune/commit/710e46287e7eb7fea6dd461e0d5354ce2f1bbfd2))
48
107
  * Add short video generation function using Gemini 2.5 Flash and FFmpeg, including tests, documentation, and updated ignore rules for temporary files. ([7e6cde2](https://github.com/mathrunet/node_masamune/commit/7e6cde28f7760c54058cb1e2073c6e97f552d39e))
108
+ * Add SqlApiBase. ([ff6c5b2](https://github.com/mathrunet/node_masamune/commit/ff6c5b28905402f326904eb4052e86db82be4778))
109
+ * Add to ModelFieldValue. ([954a8c6](https://github.com/mathrunet/node_masamune/commit/954a8c66804d8c3f65b810d773597d3acb5de442))
110
+ * Add TTS workflow. ([f23572e](https://github.com/mathrunet/node_masamune/commit/f23572e4340d39f9b9a4025e8e5d60223fd5d26f))
111
+ * Added a series of Stripe features. ([4d430b7](https://github.com/mathrunet/node_masamune/commit/4d430b7df07e363c452877fcd21cc043d309ff6c))
112
+ * Added Algolia data synchronization. ([65c3dbb](https://github.com/mathrunet/node_masamune/commit/65c3dbb5ac3162868ed6517e2e63a2946bfb5f34))
113
+ * Added Api methods. ([dc34146](https://github.com/mathrunet/node_masamune/commit/dc34146e396f0db2595b09c63acfaa78dd70b7a8))
49
114
  * Added AppStore, FirebaseAnalytics. ([43475b9](https://github.com/mathrunet/node_masamune/commit/43475b967224ad1921607eb769b5ab50095a2f49))
50
115
  * Added charts, storage, and PDF generation services to the marketing pipeline, improved video effects, and introduced bug list documentation. ([5ac0fd5](https://github.com/mathrunet/node_masamune/commit/5ac0fd5d6e0d1cfeaeae0b422e2d099f7c863bc4))
116
+ * Added developer collection feature to the App Store. ([3966758](https://github.com/mathrunet/node_masamune/commit/39667586602592d59c4b5b17f5a7b7334ced9b25))
117
+ * Added document creation functionality. ([9d8374e](https://github.com/mathrunet/node_masamune/commit/9d8374eb5495a2b3ee705e41c8faf6c9731c1885))
118
+ * Added functionality for Agora.io. ([29630f4](https://github.com/mathrunet/node_masamune/commit/29630f4c35a8aa266d5275b86b40e4759d50fca6))
119
+ * Added Functions for ChatGPT. ([87170e6](https://github.com/mathrunet/node_masamune/commit/87170e6c1f14e0727a3656472923fc12885e8e27))
120
+ * Added Functions for mobile billing. ([62309a4](https://github.com/mathrunet/node_masamune/commit/62309a47dbde32101c521f3c0510f53c109f3844))
121
+ * Added Functions for sending mail. ([7efe881](https://github.com/mathrunet/node_masamune/commit/7efe881e3481ebd6f651c5a1c1127a4d8399c9b8))
122
+ * Added functions to utilize external models and external storage. ([e2eff76](https://github.com/mathrunet/node_masamune/commit/e2eff76225e5e7e0c0d20075e12059c91bba07a1))
123
+ * Added Gemini image generation workflow. ([f8ed9a3](https://github.com/mathrunet/node_masamune/commit/f8ed9a364fbb413b85a14f650d034bb8ded78977))
124
+ * Added GeocodingAPI. ([3f3f9a3](https://github.com/mathrunet/node_masamune/commit/3f3f9a3c355a0ecda013a7b34f6c8e2b06d70d8a))
125
+ * Added notification schedule for documents. ([1663136](https://github.com/mathrunet/node_masamune/commit/1663136faa20be0c95037ea048a89d5ec1d9224f))
126
+ * Added Notifications. ([165c63a](https://github.com/mathrunet/node_masamune/commit/165c63a0fe942606837fc32fc5eace678e37e6f0))
127
+ * Added PDF design specification feature. ([bd8b256](https://github.com/mathrunet/node_masamune/commit/bd8b25656c40a24a912478a28402833320be66ad))
128
+ * Added string processing. ([2421fdc](https://github.com/mathrunet/node_masamune/commit/2421fdc2bd3dfa96e9c3f0439a3bb2eba43d5048))
129
+ * Added user deletion function. ([05ce7dd](https://github.com/mathrunet/node_masamune/commit/05ce7dd2876c1bc5493916162c0d1125221aab8f))
130
+ * Added uuid functionality available. ([5b4fa76](https://github.com/mathrunet/node_masamune/commit/5b4fa76a3daef6f915f18ba60e7d00867de4517e))
131
+ * Added v7 support for Uuid. ([fa12b77](https://github.com/mathrunet/node_masamune/commit/fa12b7766d879d14f1d021ecfa1d6b17012df5f7))
132
+ * Added workflow to retrieve developer information from Google Play. ([c862ffd](https://github.com/mathrunet/node_masamune/commit/c862ffd39031fb7e4a69b512a7aeaab6916fb41f))
133
+ * Allow region to be specified externally. ([782d805](https://github.com/mathrunet/node_masamune/commit/782d805ac88c3991eabb3017f78cca083dd42f33))
134
+ * Allow service accounts to be set in the options. ([72b57c1](https://github.com/mathrunet/node_masamune/commit/72b57c10486de8509653bf68dbf3860ade18fde5))
135
+ * Batch functionality in Notification. ([87aca9e](https://github.com/mathrunet/node_masamune/commit/87aca9e4c9c8b54e991f7abb70293f3371f6092d))
136
+ * Change the structure of FunctionData. ([0ce6dd3](https://github.com/mathrunet/node_masamune/commit/0ce6dd341ad27202ea433d9f83edfce13d4a18ec))
137
+ * Changed Android receipt verification to authentication by service account. ([c7b92f3](https://github.com/mathrunet/node_masamune/commit/c7b92f371b2d9e938ea25b4e0f3e268a894e169e))
138
+ * Compatible with FirebaseFunctionsV2. ([df2cc6d](https://github.com/mathrunet/node_masamune/commit/df2cc6d050fe249781fe42afb5633e6d39b32f74))
139
+ * Create a class for ModelFieldValue. ([9d1d107](https://github.com/mathrunet/node_masamune/commit/9d1d10737d850d409e0f217d7055b73b3e8cca7f))
51
140
  * Create a market pipeline. ([7ce61fe](https://github.com/mathrunet/node_masamune/commit/7ce61feae9829bd7e8d969ef967f39f3f9ba0cfe))
141
+ * Create a SendNotificationSchedule. ([681a05e](https://github.com/mathrunet/node_masamune/commit/681a05e8f3c4546e0eff070462e364eb974a693d))
52
142
  * Delete the Katana package. ([9c0d166](https://github.com/mathrunet/node_masamune/commit/9c0d1660ca60cbc72c7b7f742138352470a6e54c))
53
143
  * Develop an AI analysis service ([0a3d8c7](https://github.com/mathrunet/node_masamune/commit/0a3d8c7cbff6e23b524ca78b8bcbc674b2045bcf))
144
+ * Enabled building of ModelVectorValue. ([fda90fe](https://github.com/mathrunet/node_masamune/commit/fda90fe53681498614acc47c59ce48072507d067))
54
145
  * Enhance detailed research to guide content creation, determine asset type, and add new documentation files. ([bf6125a](https://github.com/mathrunet/node_masamune/commit/bf6125a2e35f7b52f9a84468770901a98ef226be))
146
+ * Enhance image generation capabilities with Imagen 3 integration and update Gemini configurations ([bda7635](https://github.com/mathrunet/node_masamune/commit/bda7635c7e97f17959013db516b92400e07b93e5))
55
147
  * GitHub integration test implementation ([f1ffead](https://github.com/mathrunet/node_masamune/commit/f1ffead3e4f4f761fd7416789c050afe4d3e29a8))
56
148
  * Gmail stopped working, so I deleted it. ([ac11383](https://github.com/mathrunet/node_masamune/commit/ac11383a5199e64b3e09cc83318fdfc84759b8e5))
57
149
  * Gmail stopped working, so I deleted it. ([c415079](https://github.com/mathrunet/node_masamune/commit/c4150799abeb996b0a08e3d9b7dccb232a2404f2))
58
150
  * Google Play Console data acquisition function implementation ([28ad81f](https://github.com/mathrunet/node_masamune/commit/28ad81ff6451c922ff16c40e52646571d2d39d60))
151
+ * implement broad/detailed research and asset creation functions, alongside new documentation and tests ([0c1c05d](https://github.com/mathrunet/node_masamune/commit/0c1c05da72d25219080ac98809322b13667b047c))
59
152
  * implement Firebase function to generate short video metadata using Vertex AI, including tests and development documentation. ([2251993](https://github.com/mathrunet/node_masamune/commit/22519933c8b1f84fc7ae26a5754c6c02d96b5969))
153
+ * Implement retry mechanism for Vertex AI API calls in ResearchMarket function and enhance error handling ([ac03efe](https://github.com/mathrunet/node_masamune/commit/ac03efe06d7958ad7ebc9a405cf31c351a3b4298))
60
154
  * Implementation of data retrieval API. ([df9ad88](https://github.com/mathrunet/node_masamune/commit/df9ad88da46ccb85cea4172ed8c0107ea2c431f7))
61
155
  * Initial commit. ([26b8a08](https://github.com/mathrunet/node_masamune/commit/26b8a08df3582fd80dc7ecc204654f6b7f5c9098))
62
156
  * Initial commit. ([5e83638](https://github.com/mathrunet/node_masamune/commit/5e836385d1789fff488396c67ace73d7f55205e8))
157
+ * Initial commit. ([b9200aa](https://github.com/mathrunet/node_masamune/commit/b9200aa75f64e6890a946f7de0a49fd823143651))
63
158
  * Integrate Katana and Masamune. ([4ce88c7](https://github.com/mathrunet/node_masamune/commit/4ce88c72b863bf94f1b7b1957969df22e6a44abe))
159
+ * Introducing the AppCheck option. ([45cfda7](https://github.com/mathrunet/node_masamune/commit/45cfda7ce850ae239707d001da4fb4c75679e6de))
64
160
  * ModelFieldValue specification change. ([148f423](https://github.com/mathrunet/node_masamune/commit/148f4236d835707280870f5b8ddc5a51577699bd))
65
161
  * Package separation. And monorepo management. ([2647952](https://github.com/mathrunet/node_masamune/commit/2647952ad48823ac0c3d578a366f4af0bf60bcc1))
162
+ * Package Update. ([f66513b](https://github.com/mathrunet/node_masamune/commit/f66513bf5b510e1f9acdab0942d1a243705c9056))
163
+ * ProcessFunctionBaseを作成 ([ecc5da7](https://github.com/mathrunet/node_masamune/commit/ecc5da70f3f7e687309511923ba6156022ebb951))
66
164
  * refactor short video BGM handling to use `bgmTracks` array and introduce `masamune_marketing_pipeline`. ([6fe3878](https://github.com/mathrunet/node_masamune/commit/6fe3878bf02ecc40008a3aa7f10dd13a78a028e7))
165
+ * Support for sending multiple tokens. ([6d16257](https://github.com/mathrunet/node_masamune/commit/6d16257242a9ad9d8b0709992c30892eb80fdb10))
166
+ * Supports iOS StoreKit 2 validation. ([62450c5](https://github.com/mathrunet/node_masamune/commit/62450c566e33f97b0112bb55b1e3f34ea0d3a25e))
167
+ * Supports multiple databases. ([cff6b10](https://github.com/mathrunet/node_masamune/commit/cff6b10b4bce122252fd3936f1e11d0a23d50c9c))
168
+ * The region can be specified by option. ([df36f5f](https://github.com/mathrunet/node_masamune/commit/df36f5fc62c494bb94a9e44b91c13d764c48c93f))
169
+ * Timeout parameters can now be added. ([183f68f](https://github.com/mathrunet/node_masamune/commit/183f68f7ae67c8c569a210670a6aef5d44a2f489))
170
+ * Topic is now configurable. ([36b70ec](https://github.com/mathrunet/node_masamune/commit/36b70ecd53db9d34a3fc19561158a08b1bb09e6e))
67
171
  * Update Masamune package versions to 3.8.0. ([318f89a](https://github.com/mathrunet/node_masamune/commit/318f89a7427dfa71149026207eae19c4ff845edc))
68
172
  * Various main function implementations ([b643bcd](https://github.com/mathrunet/node_masamune/commit/b643bcd47211efadbd2350f93ff9034449767ab5))
69
173
 
70
174
  ### fix
71
175
 
176
+ * Account name support. ([63f9ce7](https://github.com/mathrunet/node_masamune/commit/63f9ce7e64477bdd00f5d177cf5032898cad4af3))
177
+ * Add a flag to `sendNotification` to control whether to display logs. ([87d31cb](https://github.com/mathrunet/node_masamune/commit/87d31cba2a06fbda27f235d8f59a5b7e2f35ad42))
178
+ * Add a link to the Notification. ([94d809c](https://github.com/mathrunet/node_masamune/commit/94d809cfd46be72632ef1454cbd8214cf1174a1c))
179
+ * Add a new value to the Project. ([4f934e5](https://github.com/mathrunet/node_masamune/commit/4f934e5f6517bffc8b4e5f6d04f9e09add2e943c))
180
+ * Add Database ID. ([396e302](https://github.com/mathrunet/node_masamune/commit/396e302b986e20812890a703e796e22d2e318c03))
72
181
  * Add methods such as load and save to ModelRefBase. ([cbf9eb2](https://github.com/mathrunet/node_masamune/commit/cbf9eb29d802990dcffe0c3322b3d41365b8a9a4))
73
182
  * Add missing packages. ([389630b](https://github.com/mathrunet/node_masamune/commit/389630b2baec8ee634e105690343a7ff5edc30bb))
183
+ * Add ModelFieldValue for searchable. ([62913e7](https://github.com/mathrunet/node_masamune/commit/62913e7c84eb6f33b134cb4e0429e6245aaf3d50))
74
184
  * Add ModelFieldValue interface. ([0ff33aa](https://github.com/mathrunet/node_masamune/commit/0ff33aa6f1331569658a3fd629b1329eafef8c50))
185
+ * Add success at the end. ([5611d82](https://github.com/mathrunet/node_masamune/commit/5611d82f2dac3bc0fc55caea49a26e40a6a89458))
186
+ * Add toSearchableMap. ([71ffb6e](https://github.com/mathrunet/node_masamune/commit/71ffb6ee537fc53a954a096b874a54d46b6fdf1a))
187
+ * Added a converter for data to be stored in Algolia. ([3c0f7bc](https://github.com/mathrunet/node_masamune/commit/3c0f7bc6f74cde7ad52dab1e554dedb320ffe958))
188
+ * Added base class for Firestore trigger. ([b71e3e9](https://github.com/mathrunet/node_masamune/commit/b71e3e9cebf82736df2d88ee92e6631cd479661d))
189
+ * Added because there is no type. ([f1bac47](https://github.com/mathrunet/node_masamune/commit/f1bac474d835a9581c2340c57f6da9bf8aad539a))
190
+ * Added flag for paused. ([61f1ff8](https://github.com/mathrunet/node_masamune/commit/61f1ff86109b2d7f65b65f819cd20c7e7b91f8ea))
191
+ * Added ModelTimestamp. ([2ff6bcf](https://github.com/mathrunet/node_masamune/commit/2ff6bcf1f76c8f1ae6f5033b2907a0467f415b4a))
192
+ * Added the ability to output FieldValue of ModelLocale. ([d6302e5](https://github.com/mathrunet/node_masamune/commit/d6302e50ab75243679b9ae0bbaa7108dfb8f888a))
193
+ * Adjust UUID specifications ([4ead298](https://github.com/mathrunet/node_masamune/commit/4ead298714fbb6968f640aa9537f2c6901f2fe3b))
194
+ * Align the Key of UserId. ([5eec039](https://github.com/mathrunet/node_masamune/commit/5eec0398a794cab15c71760b45b328452eb50dbe))
195
+ * Align the time key with the command key. ([f6e92a0](https://github.com/mathrunet/node_masamune/commit/f6e92a0b97528147d2d1eb4bee9a1fc73b358ada))
196
+ * Allow exports to be passed to deploy. ([bbf2c8b](https://github.com/mathrunet/node_masamune/commit/bbf2c8b50b036356a0630160fe1505dd04ca09c2))
197
+ * Apply Algolia to firestore. ([77157c4](https://github.com/mathrunet/node_masamune/commit/77157c41fa320bb624779e9d18ef5a0cab3ecf04))
75
198
  * Audio-related fixes ([9e2440b](https://github.com/mathrunet/node_masamune/commit/9e2440b9e78c15ecc9d495da5ed0f173250bf88c))
199
+ * Billing logs are now stored. ([0e84b8d](https://github.com/mathrunet/node_masamune/commit/0e84b8d1bbf1ef4d6ea953cc88a964402b6468a5))
200
+ * bug fix ([aedf7c5](https://github.com/mathrunet/node_masamune/commit/aedf7c5dbafd7575f621bbc23ae91b0a2688f616))
76
201
  * Bug fix. ([14d3ba4](https://github.com/mathrunet/node_masamune/commit/14d3ba4df05b723eb95768dc90a683f38fb8baa3))
202
+ * Bug fix. ([c410ed7](https://github.com/mathrunet/node_masamune/commit/c410ed7229662f7726a658baa5620d5f7849d5ce))
77
203
  * Bug fixes. ([8cd7f92](https://github.com/mathrunet/node_masamune/commit/8cd7f92aaaea9da295fa232262e8df896c87e1d5))
204
+ * Bug fixes. ([c69e10f](https://github.com/mathrunet/node_masamune/commit/c69e10fd6f1285a33bb8ecd43bd8fa5571cc0980))
205
+ * Bug fixes. ([e01bedc](https://github.com/mathrunet/node_masamune/commit/e01bedc17a6d5b996c189184551bed77d5a81191))
206
+ * Bug in not being able to use homebrew functions. ([57f0823](https://github.com/mathrunet/node_masamune/commit/57f0823701bf87f84ce0112361334685aaad62a5))
207
+ * Cannot convert to JSON, so please fix. ([bec09af](https://github.com/mathrunet/node_masamune/commit/bec09afe18e4a6c4944ba95e765e744fa45ce47a))
208
+ * Change Display Order ([09448b3](https://github.com/mathrunet/node_masamune/commit/09448b380616a82b1e65053350bcdece4d39b132))
78
209
  * Change error object handling ([d49aed4](https://github.com/mathrunet/node_masamune/commit/d49aed435c381c6b537a6a23accdf73125b4aa61))
79
210
  * Change GitHub analysis method ([abc2336](https://github.com/mathrunet/node_masamune/commit/abc233693cad2070a57db4d0472a16781d00c0c9))
211
+ * Change in billing status. ([95cac67](https://github.com/mathrunet/node_masamune/commit/95cac67c4abfd6761a5a1f400310408c0df69670))
212
+ * Change key because it is not included in the search. ([c56a3b4](https://github.com/mathrunet/node_masamune/commit/c56a3b423f84848d5a101d2b726624d5edb0232d))
80
213
  * Change process arguments. ([17fca7b](https://github.com/mathrunet/node_masamune/commit/17fca7b72ccc8ecf7576e5a0772b2d05f197940d))
214
+ * Change the key of the title. ([137a47e](https://github.com/mathrunet/node_masamune/commit/137a47ece9a1ce5fbbfa9bedd96bb734b7986b65))
215
+ * Change the location of initializeApp. ([5c82d2a](https://github.com/mathrunet/node_masamune/commit/5c82d2a63ed4af60246969349236aa9f2841c8a8))
216
+ * Changed license. ([b77a5f2](https://github.com/mathrunet/node_masamune/commit/b77a5f24019b1ff94188aaa1f6053d968152148e))
217
+ * Changed line breaks. ([a38d02b](https://github.com/mathrunet/node_masamune/commit/a38d02bb5b1696e539368f15efdb3c17a14b087f))
218
+ * Changed the function name of notification. ([c1a152c](https://github.com/mathrunet/node_masamune/commit/c1a152cd3398325a7149bf4a852fe368088e4f16))
219
+ * Changed the order of type checks. ([a05e2d7](https://github.com/mathrunet/node_masamune/commit/a05e2d79cdd567a33a31a2bc544e8ae9e51deeb2))
220
+ * Changed the position of the JS definition. ([1aadcb7](https://github.com/mathrunet/node_masamune/commit/1aadcb7e975060e8e15ff80139757bc552edee2e))
221
+ * Changed the specification of the notification destination. ([933258d](https://github.com/mathrunet/node_masamune/commit/933258dcd43bee5e3175b32863b2f905af6e8b6f))
222
+ * Changed to a condition where _done is null. ([4ffe3d3](https://github.com/mathrunet/node_masamune/commit/4ffe3d37a145ddb82243462ccb26db6d61247c86))
223
+ * Changed to return all. ([db69ae6](https://github.com/mathrunet/node_masamune/commit/db69ae67fa65d2e9b83a5b80bb4c00dc37d9e430))
224
+ * Comment out. ([6c4191e](https://github.com/mathrunet/node_masamune/commit/6c4191e416d35594500a3bb00e0fb00bf7aab479))
225
+ * comment-adding ([c3d7864](https://github.com/mathrunet/node_masamune/commit/c3d7864ede2fa60359eb64a8542abf930b80f121))
226
+ * Config changes. ([b459970](https://github.com/mathrunet/node_masamune/commit/b45997023ff0f2d763dd41fe16bf0263cac056cb))
227
+ * Consider null in send_notification. ([643c800](https://github.com/mathrunet/node_masamune/commit/643c800cc565e1a6856ea8fd46854fe0d6841015))
228
+ * Consolidate notification_scheduler to scheduler. ([7252676](https://github.com/mathrunet/node_masamune/commit/72526768bf9ba790dfdeadb1e97fa31d40198c18))
229
+ * Corrected an error that appeared in the log. ([538688c](https://github.com/mathrunet/node_masamune/commit/538688c9815e20470a309e11f62ed83464c269f0))
230
+ * Corrected the `timestamp` key as it was incorrect. ([302d56f](https://github.com/mathrunet/node_masamune/commit/302d56f0ee152d625df4cf850ab7c6a0ff943c68))
231
+ * Corrected the position again. ([8cbd924](https://github.com/mathrunet/node_masamune/commit/8cbd924b9bb558843dde97cb32fbdd0cc77f62a9))
232
+ * Corrected the wrong name for env. ([8dae0f7](https://github.com/mathrunet/node_masamune/commit/8dae0f79e18fda07966dc1e7318663ff691ae3ef))
233
+ * Corrected to use the specified firestoreInstance. ([9b7d832](https://github.com/mathrunet/node_masamune/commit/9b7d832ac644b1f8f45eb5132eee45bd7d33711b))
234
+ * Correction of command names in Functions. ([dc3721c](https://github.com/mathrunet/node_masamune/commit/dc3721cd5719e4b654a9a3142f924ce475fdeefd))
235
+ * Correction of PDF report. ([56bc89e](https://github.com/mathrunet/node_masamune/commit/56bc89ed74cdd1a76691717591ae3f75f043b40e))
236
+ * Corresponding to IOS grade changes. ([dd33ce5](https://github.com/mathrunet/node_masamune/commit/dd33ce59ed6965ac89850bf9fb43969aaf34ce37))
81
237
  * Create E2E tests. ([e33ed27](https://github.com/mathrunet/node_masamune/commit/e33ed2702cc6d2771036fd3bc8e5c4de811229e7))
238
+ * Data for debugging is given. ([76b28b3](https://github.com/mathrunet/node_masamune/commit/76b28b3624f7d58a396cb119af628b630de68ac5))
239
+ * DatabaseId can be specified in FirestoreTriggeredProcessFunctionBase. ([44c56e4](https://github.com/mathrunet/node_masamune/commit/44c56e42de16b328b2639e41af68e256fa36e73f))
240
+ * Define default fields. ([a2d8393](https://github.com/mathrunet/node_masamune/commit/a2d83932c4f1b8bf5288f8ee21b04c131d98e9c8))
241
+ * Drop the version of node-fetch to eliminate the error. ([36b2a89](https://github.com/mathrunet/node_masamune/commit/36b2a895943e4081d8cc51750172e594c73fe637))
242
+ * Enabled setting an expiration date. ([3e109fd](https://github.com/mathrunet/node_masamune/commit/3e109fde06deb84d782daa41a8df9858b0760bd8))
82
243
  * Explicitly pass the Firebase Admin app during Firestore and Storage initialization, and update the version. ([9169415](https://github.com/mathrunet/node_masamune/commit/9169415adb873a0ce1534a5762158d84ca477212))
244
+ * Export the Loader. ([5050efe](https://github.com/mathrunet/node_masamune/commit/5050efe82895649103a68f8108e82173017c23c8))
245
+ * Field is not needed for Count. ([2d5197d](https://github.com/mathrunet/node_masamune/commit/2d5197dd83cdcfa85fae77267989b4e062781227))
246
+ * Field names were inconsistent, so they were corrected. ([1eedb8c](https://github.com/mathrunet/node_masamune/commit/1eedb8c7d0b0cd59eaeeed6833c41dfd8bd94707))
247
+ * Firebase is now initialized. ([9cc8a3e](https://github.com/mathrunet/node_masamune/commit/9cc8a3eb26cf8448cad405c61145c2538d371bd8))
83
248
  * Firestore interface change. ([027e464](https://github.com/mathrunet/node_masamune/commit/027e4647febaac184123ad5d8d7dc0ea452e3df7))
249
+ * Fix npmignore. ([5e4bd1e](https://github.com/mathrunet/node_masamune/commit/5e4bd1e25d2e930354f0621f167f9ff692f30689))
250
+ * Fix the ServiceAccount key as it's unusable. ([e5fd4ce](https://github.com/mathrunet/node_masamune/commit/e5fd4ce8dc98eefd487e59f4611d8d57d9957f4c))
251
+ * Fix typo. ([a7a55bb](https://github.com/mathrunet/node_masamune/commit/a7a55bb4b3d3df021d192a9fa811c7506aa4bd81))
252
+ * Fix URL for AndroidPurchaseValidate. ([c5234e7](https://github.com/mathrunet/node_masamune/commit/c5234e7634efca9cd31088c600695fd236073a11))
253
+ * Fixed a bug in ID. ([f23a605](https://github.com/mathrunet/node_masamune/commit/f23a605ae3b7058b780c06a735cf2cac843f034b))
254
+ * Fixed a bug in the search target string. ([1d53a49](https://github.com/mathrunet/node_masamune/commit/1d53a4988598e3b6907b32ed00f822def1c27110))
255
+ * Fixed a bug in the way data is saved. ([c4e1558](https://github.com/mathrunet/node_masamune/commit/c4e1558b69dcd96657e5d25d553a74dfe28c3d8c))
256
+ * Fixed a bug in the way parameters are taken. ([1e54462](https://github.com/mathrunet/node_masamune/commit/1e5446294c73169e519e1d001dc1ba97ee9eea5c))
257
+ * Fixed a bug that caused an error when `resItem` was not an array. ([1e70363](https://github.com/mathrunet/node_masamune/commit/1e703635636fc7cd739ecbe27a579bf0f004660f))
258
+ * Fixed a bug that caused duplicate keys. ([31332c1](https://github.com/mathrunet/node_masamune/commit/31332c1bb4799c2bd6ad0956d99db5c31aac9dba))
259
+ * Fixed a bug that caused forced cancellation when canceling. ([d1d249b](https://github.com/mathrunet/node_masamune/commit/d1d249b4bd5e36e71bf40dfd698ec365d45bb204))
260
+ * Fixed a bug that caused no response to requests. ([1f94470](https://github.com/mathrunet/node_masamune/commit/1f9447014bcc725b9c359ca46279dcaa56ed650f))
261
+ * Fixed a bug that prevented successful deployment. ([c05dea1](https://github.com/mathrunet/node_masamune/commit/c05dea119d27de35cb265caff7ed37f4d5207281))
262
+ * Fixed a bug that Topic and Token could not be found. ([530a991](https://github.com/mathrunet/node_masamune/commit/530a991eeb5946d4ac82c5f9c7bc3a667605d783))
263
+ * Fixed a bug where tests were failing. ([cdab6ca](https://github.com/mathrunet/node_masamune/commit/cdab6ca41aa5d39987dc484819a802fa9b2aa732))
264
+ * Fixed a circular reference that seems to be happening. ([fdf1349](https://github.com/mathrunet/node_masamune/commit/fdf13493db02d8c6bafd120846f0db6a7aebe137))
265
+ * Fixed a missing data error. ([cd63c50](https://github.com/mathrunet/node_masamune/commit/cd63c50dc58d13fe4388652675f28c6e6239f822))
266
+ * Fixed an error in simultaneous registration. ([a688b64](https://github.com/mathrunet/node_masamune/commit/a688b64caee7a76e61d33c9891ee1c00b85ec38d))
84
267
  * Fixed an issue where usage was not being added. ([ae0a9ee](https://github.com/mathrunet/node_masamune/commit/ae0a9ee1224d7bdc019140bd5889cbcab5e8bdd2))
268
+ * Fixed API for badges. ([78ee4af](https://github.com/mathrunet/node_masamune/commit/78ee4af51be2d61262750aa718ddda996ddf37f4))
269
+ * Fixed build failures. ([6010815](https://github.com/mathrunet/node_masamune/commit/60108159c6901eaa4d9571153aa5e0584dcb5d92))
270
+ * Fixed ConvertFrom and ConvertTo as they were incorrect. ([0c87aec](https://github.com/mathrunet/node_masamune/commit/0c87aeca0f2f1242afdf4c665b3a854400eecb9b))
271
+ * Fixed errors around constructors. ([8f7e53e](https://github.com/mathrunet/node_masamune/commit/8f7e53ea9fbf66248fe02bf61fefd2a643d94d6d))
272
+ * Fixed incorrect `convertFrom`. ([5cd046f](https://github.com/mathrunet/node_masamune/commit/5cd046f34ec1f332f2f845d5e73ab4f460b08d78))
85
273
  * Fixed missing export. ([f8948be](https://github.com/mathrunet/node_masamune/commit/f8948bee2d089c6df7a1b2e34bab844413f42e87))
274
+ * Fixed Sendgrid bug. ([c9baa20](https://github.com/mathrunet/node_masamune/commit/c9baa2061aaccfa753d3cf948c814ec56494d178))
275
+ * Fixed: Parameters were not passed. ([2e3a7ba](https://github.com/mathrunet/node_masamune/commit/2e3a7ba20e7808a29b6558501c913594da5f8d4e))
276
+ * Fixes to the scheduler. ([12c30d9](https://github.com/mathrunet/node_masamune/commit/12c30d92a1b24edddef7754769095bf6ea558cea))
277
+ * Functions options can be specified in detail. ([efbf625](https://github.com/mathrunet/node_masamune/commit/efbf6250228cb0fc3a19e462c1bf69491abbfbc2))
86
278
  * I made it output. ([6d17645](https://github.com/mathrunet/node_masamune/commit/6d1764546c2c68b3af61148eac9ca1635e9fddf7))
279
+ * I made sure to get the errors right. ([f00fe56](https://github.com/mathrunet/node_masamune/commit/f00fe56951d2a1ec5f4433bd50db08636d42a79f))
280
+ * I tried to get Console out. ([df230e0](https://github.com/mathrunet/node_masamune/commit/df230e0662e0bdefa9e84752939f46d7a50a0e89))
87
281
  * implement AI-driven music prompt improvement for Lyria BGM generation failures and add marketing pipeline requirements. ([81cfd3b](https://github.com/mathrunet/node_masamune/commit/81cfd3bd114669360c0bef465f81f5b4fad8804d))
282
+ * Implemented logging. ([945f56b](https://github.com/mathrunet/node_masamune/commit/945f56bb3b9a1c7650bb6232b2196fb4cac85bee))
88
283
  * Import bug fix. ([daefec0](https://github.com/mathrunet/node_masamune/commit/daefec055ad6bd1727d1df561cad25ce793f91c2))
284
+ * Include type definition files in the package ([5b005a0](https://github.com/mathrunet/node_masamune/commit/5b005a078561cd50a698122e39479c7cf1407872))
89
285
  * Initialize Firebase Admin SDK if not already initialized when loading Firestore or Storage. ([678c1bd](https://github.com/mathrunet/node_masamune/commit/678c1bd1896ddd3fe0e541e9eeea29797b63e300))
90
286
  * Interface adjustment. ([82d64f3](https://github.com/mathrunet/node_masamune/commit/82d64f3420f98b57a3dc66300c70b8cd646c8e98))
287
+ * Log check ([fe8d62a](https://github.com/mathrunet/node_masamune/commit/fe8d62ae69555b2a80235d3549df70b7122304cb))
288
+ * Maintenance of default parameters for Functions. ([f22fa85](https://github.com/mathrunet/node_masamune/commit/f22fa858b3032614d69033a89168387eaed315e9))
289
+ * Make UsCentral default. ([97196cf](https://github.com/mathrunet/node_masamune/commit/97196cf042dedde97d7f98c6d7836b30ec9ee7fe))
290
+ * ModelTimestamp bug fix. ([1852f4e](https://github.com/mathrunet/node_masamune/commit/1852f4e40ad26e4ddf5ba9042b23f5edca8f7f0b))
291
+ * Modified to allow empty parameters to be specified. ([7f923bc](https://github.com/mathrunet/node_masamune/commit/7f923bcbfcc17079e423db2cbcea7c0da512d2ed))
292
+ * Modify the ActionCommand interface. ([84a6543](https://github.com/mathrunet/node_masamune/commit/84a6543224353227f3ae35e2d74c9726bffaeca5))
91
293
  * Move `@types/node-fetch` from devDependencies to dependencies. ([d5bc8be](https://github.com/mathrunet/node_masamune/commit/d5bc8be021d25469d9fb58d6b73f8471883969c8))
294
+ * Name the parameter. ([1393a59](https://github.com/mathrunet/node_masamune/commit/1393a598e7c25835b13f869d8c3a153bcda9311e))
295
+ * Notification test. ([f9ee6bc](https://github.com/mathrunet/node_masamune/commit/f9ee6bcc51e68c01f673868b888774eb5e2075c4))
296
+ * Option Interfacing ([9fede77](https://github.com/mathrunet/node_masamune/commit/9fede77e87e9f4313445951c9b23a23472c0fa92))
297
+ * Package modifications. ([94807d9](https://github.com/mathrunet/node_masamune/commit/94807d976e18ea7a4e7c42453b9dd6147c21d289))
92
298
  * Package update ([038b6c5](https://github.com/mathrunet/node_masamune/commit/038b6c51885e6e59bc469e9728e790e2021f6e05))
93
299
  * Package Update ([2709b18](https://github.com/mathrunet/node_masamune/commit/2709b18899189e6373baf08c141cd10e0b9afa34))
94
300
  * Package update. ([9acad0a](https://github.com/mathrunet/node_masamune/commit/9acad0a058338a75e700e53b0a94e4bc0fcf3c3e))
301
+ * Package Update. ([4c3bac3](https://github.com/mathrunet/node_masamune/commit/4c3bac34781dec6225fbf4de923292b602624519))
302
+ * Push notifications do not generate errors. ([1cf06f4](https://github.com/mathrunet/node_masamune/commit/1cf06f42197b59fb9edaf9938bcf796cbb335e0c))
303
+ * README modifications. ([f2ae4c4](https://github.com/mathrunet/node_masamune/commit/f2ae4c4dc9b3f0ea9ac26e59d49ea86858942d4e))
304
+ * refactoring ([8bb1a74](https://github.com/mathrunet/node_masamune/commit/8bb1a74be569e700b9a937ebd8dcb19f8da37731))
95
305
  * remove debug logs from Firebase loaders and bump package version. ([36e721e](https://github.com/mathrunet/node_masamune/commit/36e721ec6cc597aced1fc91105f9a04625cde0d2))
306
+ * Remove FormHeader. ([dedb0ef](https://github.com/mathrunet/node_masamune/commit/dedb0ef9abcdc027c9ab98b31ecbe472b731eb93))
307
+ * Remove unnecessary logs. ([e43db79](https://github.com/mathrunet/node_masamune/commit/e43db79051e753488e0875d867e9a78a1b942e6d))
308
+ * Remove uuid package. ([3aee2ee](https://github.com/mathrunet/node_masamune/commit/3aee2ee193044ef233a9aa65c69ce61862e000b9))
309
+ * Removed unremovable emojis. ([c33a18f](https://github.com/mathrunet/node_masamune/commit/c33a18f9baaa981f8b28cae1820aaa64fbce2767))
310
+ * Rename response data. ([23d40ed](https://github.com/mathrunet/node_masamune/commit/23d40ed1b0ebdee5b2b7473ff28fc12e11f27ec8))
311
+ * Rename. ([546a33b](https://github.com/mathrunet/node_masamune/commit/546a33b473f71a442d97bbe08b98997747a267cc))
312
+ * Resolved undefined error. ([0bc3678](https://github.com/mathrunet/node_masamune/commit/0bc367854f67302699290b4186ef0617dcb7391e))
313
+ * Responding to market research. ([3d6206c](https://github.com/mathrunet/node_masamune/commit/3d6206c73612d57b71e026decce1ef45e5983519))
314
+ * Response to Suspension ([63ad4c5](https://github.com/mathrunet/node_masamune/commit/63ad4c54e8b4771b64d85bcb9f2c9d3b950155f4))
96
315
  * Save metadata on save. ([4cd3404](https://github.com/mathrunet/node_masamune/commit/4cd340499f47c1da850b9dfd77abac84c6ca8230))
316
+ * Set initial options. ([96558ec](https://github.com/mathrunet/node_masamune/commit/96558ecc35f4577b3c83f8069684efb46beb0432))
317
+ * Set the return value to CallProcessFunctionBase ([900c892](https://github.com/mathrunet/node_masamune/commit/900c89290bf9418d17a86a6f2e1a00b754b61964))
318
+ * Set the value of MaxInstances to 100. ([076b75d](https://github.com/mathrunet/node_masamune/commit/076b75d453792d8f3eb2a019b1abce154b2edb2c))
97
319
  * Set the value of Ref. ([0a196cf](https://github.com/mathrunet/node_masamune/commit/0a196cf66bf4a08d694715c2b6a2694768d1ae69))
320
+ * Setup badges and sounds for PUSH notifications. ([45eb7e4](https://github.com/mathrunet/node_masamune/commit/45eb7e43eb7a0a2c905aa567e3656ae8865d7b49))
321
+ * Some functions are exported. ([6864a06](https://github.com/mathrunet/node_masamune/commit/6864a06f7c43a2fa99774ebd2a5cb595728c9751))
322
+ * Specify an optional value. ([7c34ac0](https://github.com/mathrunet/node_masamune/commit/7c34ac0c99b3988987cc40d269f8e970f1ffb3b9))
323
+ * Suggestions and multiple designations of Regions are now possible. ([036c1d7](https://github.com/mathrunet/node_masamune/commit/036c1d723db1c0f57f3be34d17765c0b99926a17))
324
+ * Support changes to ActionCommand. ([f20a9c4](https://github.com/mathrunet/node_masamune/commit/f20a9c497fb5d017158f54987c9ebd222b767395))
325
+ * test maintenance. ([998743a](https://github.com/mathrunet/node_masamune/commit/998743a290d04545c4266e70ceb517c0727f71cc))
326
+ * The array type was wrong, so it was corrected. ([befbc78](https://github.com/mathrunet/node_masamune/commit/befbc784dc25202d65b6f51b4cd6584cd7e7c57f))
327
+ * The number of badges defaults to 0. ([d656826](https://github.com/mathrunet/node_masamune/commit/d6568264e119c3477bdd246eb679e74a744b4989))
328
+ * The problem with InitializeApp ended up being somewhere else, so we put it back. ([7cefd39](https://github.com/mathrunet/node_masamune/commit/7cefd39071c4d5fa43b01bd7744a91a101db5a04))
329
+ * Transfers are also deleted when deleting an account. ([fcc275c](https://github.com/mathrunet/node_masamune/commit/fcc275c87359e04c782f89471bb5e7603b19757c))
330
+ * Update Android adaptive icon size to 1024px for foreground and background generation. ([62b23d0](https://github.com/mathrunet/node_masamune/commit/62b23d05e2289053819cbe9002ca0edf50934075))
331
+ * Update converter implementations to use a single result variable instead of an object for storing results ([3dd647f](https://github.com/mathrunet/node_masamune/commit/3dd647fccc5656346f93584b9161438ec2d0eb57))
98
332
  * Update dependency versions for `@mathrunet/katana` ([d4a9aea](https://github.com/mathrunet/node_masamune/commit/d4a9aeadb6541d808618098c5a4b2eaf72bf7d50))
333
+ * Update test environment variable files and .gitignore for asset generation ([03a1979](https://github.com/mathrunet/node_masamune/commit/03a1979dedae29c33f420cd2d6dcfbff92a9321f))
334
+ * ver.1.6.5. ([33bb2ec](https://github.com/mathrunet/node_masamune/commit/33bb2ec9f27c208926b093699d65d1c74ad854e7))
99
335
  * Video bug fix. ([0fa5f9f](https://github.com/mathrunet/node_masamune/commit/0fa5f9f8ef2cda5420a54db9445f72e9b1f4d6e6))
100
336
 
101
337
  ### refactor
@@ -107,1654 +343,14 @@
107
343
 
108
344
  * Add tests ([52c8ad3](https://github.com/mathrunet/node_masamune/commit/52c8ad3952b375c72338b0b22c3e89ddfd0e3789))
109
345
  * Complete AndroidToken test. ([3064805](https://github.com/mathrunet/node_masamune/commit/3064805ab63ee58d06d3e9ddb872d136166679eb))
346
+ * Conduct Firestore-related testing. ([0bd245c](https://github.com/mathrunet/node_masamune/commit/0bd245c2243cb1b59b6174f3432b4196378ae4ba))
347
+ * Create a test. ([335d957](https://github.com/mathrunet/node_masamune/commit/335d957c3f2ef10c56f5c588eb288cb2f2c88490))
348
+ * Create tests. ([aa57c66](https://github.com/mathrunet/node_masamune/commit/aa57c665a0ebca77173c7beb778a8e5305f53fd1))
110
349
  * Creating a test. ([b7daa4e](https://github.com/mathrunet/node_masamune/commit/b7daa4ec115c742c4b5e4a5221d8a493aa0f114c))
111
350
  * Creating tests. ([2a91c82](https://github.com/mathrunet/node_masamune/commit/2a91c824c4cf584fac10f9ac61d9bf4f103c5196))
112
351
  * Extend the timeout for the short video generation test. ([9e46c82](https://github.com/mathrunet/node_masamune/commit/9e46c828c791d933b32344842e63830782aa0fa5))
113
-
114
-
115
-
116
- # [3.7.0](https://github.com/mathrunet/node_masamune/compare/v3.6.0...v3.7.0) (2025-11-20)
117
-
118
-
119
- ### feat
120
-
121
- * implement broad/detailed research and asset creation functions, alongside new documentation and tests ([0c1c05d](https://github.com/mathrunet/node_masamune/commit/0c1c05da72d25219080ac98809322b13667b047c))
122
-
123
-
124
-
125
- # [3.6.0](https://github.com/mathrunet/node_masamune/compare/v3.5.9...v3.6.0) (2025-11-01)
126
-
127
-
128
- ### feat
129
-
130
- * Add GoogleToken. ([953ae3b](https://github.com/mathrunet/node_masamune/commit/953ae3bef001cfbec2eb2795bab727ee7d1c87cf))
131
- * Enabled building of ModelVectorValue. ([fda90fe](https://github.com/mathrunet/node_masamune/commit/fda90fe53681498614acc47c59ce48072507d067))
132
-
133
-
134
-
135
- ## [3.5.9](https://github.com/mathrunet/node_masamune/compare/v3.5.8...v3.5.9) (2025-09-17)
136
-
137
-
138
- ### fix
139
-
140
- * Rename response data. ([23d40ed](https://github.com/mathrunet/node_masamune/commit/23d40ed1b0ebdee5b2b7473ff28fc12e11f27ec8))
141
-
142
-
143
-
144
- ## [3.5.8](https://github.com/mathrunet/node_masamune/compare/v3.5.7...v3.5.8) (2025-09-17)
145
-
146
-
147
- ### fix
148
-
149
- * Corrected the `timestamp` key as it was incorrect. ([302d56f](https://github.com/mathrunet/node_masamune/commit/302d56f0ee152d625df4cf850ab7c6a0ff943c68))
150
-
151
-
152
-
153
- ## [3.5.7](https://github.com/mathrunet/node_masamune/compare/v3.5.6...v3.5.7) (2025-09-17)
154
-
155
-
156
- ### chore
157
-
158
- * コメントを削除 ([900f3b9](https://github.com/mathrunet/node_masamune/commit/900f3b98417ebe17c9d9f481223d493db4892d13))
159
-
160
- ### fix
161
-
162
- * Fixed incorrect `convertFrom`. ([5cd046f](https://github.com/mathrunet/node_masamune/commit/5cd046f34ec1f332f2f845d5e73ab4f460b08d78))
163
-
164
-
165
-
166
- ## [3.5.6](https://github.com/mathrunet/node_masamune/compare/v3.5.5...v3.5.6) (2025-09-17)
167
-
168
-
169
- ### fix
170
-
171
- * Corrected an error that appeared in the log. ([538688c](https://github.com/mathrunet/node_masamune/commit/538688c9815e20470a309e11f62ed83464c269f0))
172
-
173
-
174
-
175
- ## [3.5.5](https://github.com/mathrunet/node_masamune/compare/v3.5.4...v3.5.5) (2025-09-17)
176
-
177
-
178
- ### fix
179
-
180
- * Fixed ConvertFrom and ConvertTo as they were incorrect. ([0c87aec](https://github.com/mathrunet/node_masamune/commit/0c87aeca0f2f1242afdf4c665b3a854400eecb9b))
181
-
182
-
183
-
184
- ## [3.5.4](https://github.com/mathrunet/node_masamune/compare/v3.5.3...v3.5.4) (2025-09-17)
185
-
186
-
187
- ### fix
188
-
189
- * Corrected to use the specified firestoreInstance. ([9b7d832](https://github.com/mathrunet/node_masamune/commit/9b7d832ac644b1f8f45eb5132eee45bd7d33711b))
190
-
191
-
192
-
193
- ## [3.5.3](https://github.com/mathrunet/node_masamune/compare/v3.5.2...v3.5.3) (2025-09-17)
194
-
195
-
196
- ### fix
197
-
198
- * Cannot convert to JSON, so please fix. ([bec09af](https://github.com/mathrunet/node_masamune/commit/bec09afe18e4a6c4944ba95e765e744fa45ce47a))
199
-
200
-
201
-
202
- ## [3.5.2](https://github.com/mathrunet/node_masamune/compare/v3.5.1...v3.5.2) (2025-09-16)
203
-
204
-
205
- ### fix
206
-
207
- * Field is not needed for Count. ([2d5197d](https://github.com/mathrunet/node_masamune/commit/2d5197dd83cdcfa85fae77267989b4e062781227))
208
-
209
-
210
-
211
- ## [3.5.1](https://github.com/mathrunet/node_masamune/compare/v3.5.0...v3.5.1) (2025-09-16)
212
-
213
-
214
- ### fix
215
-
216
- * Rename. ([546a33b](https://github.com/mathrunet/node_masamune/commit/546a33b473f71a442d97bbe08b98997747a267cc))
217
-
218
-
219
-
220
- # [3.5.0](https://github.com/mathrunet/node_masamune/compare/v3.4.5...v3.5.0) (2025-09-16)
221
-
222
-
223
- ### feat
224
-
225
- * Add aggregation method. ([e50fc35](https://github.com/mathrunet/node_masamune/commit/e50fc35bc00657bf2b82cdfd2d643f1fd70d9091))
226
-
227
-
228
-
229
- ## [3.4.5](https://github.com/mathrunet/node_masamune/compare/v3.4.4...v3.4.5) (2025-09-16)
230
-
231
-
232
- ### fix
233
-
234
- * Fixed build failures. ([6010815](https://github.com/mathrunet/node_masamune/commit/60108159c6901eaa4d9571153aa5e0584dcb5d92))
235
-
236
-
237
-
238
- ## [3.4.4](https://github.com/mathrunet/node_masamune/compare/v3.4.3...v3.4.4) (2025-09-14)
239
-
240
-
241
- ### chore
242
-
243
- * Adding the convertTo method ([8d842ac](https://github.com/mathrunet/node_masamune/commit/8d842ac99fe31f63204391817eb206737c855249))
244
-
245
- ### feat
246
-
247
- * Add convertTo methods to remaining TypeScript converters ([36c5630](https://github.com/mathrunet/node_masamune/commit/36c56306e2f1418ec447af29883147854ae49fba))
248
-
249
- ### fix
250
-
251
- * Define default fields. ([a2d8393](https://github.com/mathrunet/node_masamune/commit/a2d83932c4f1b8bf5288f8ee21b04c131d98e9c8))
252
-
253
-
254
-
255
- ## [3.4.3](https://github.com/mathrunet/node_masamune/compare/v3.4.2...v3.4.3) (2025-09-13)
256
-
257
-
258
- ### chore
259
-
260
- * Add error messages. ([d7f2b00](https://github.com/mathrunet/node_masamune/commit/d7f2b00590761aac98b25f03c1a36f2ee20be5c7))
261
-
262
-
263
-
264
- ## [3.4.2](https://github.com/mathrunet/node_masamune/compare/v3.4.1...v3.4.2) (2025-09-13)
265
-
266
-
267
- ### fix
268
-
269
- * Fix the ServiceAccount key as it's unusable. ([e5fd4ce](https://github.com/mathrunet/node_masamune/commit/e5fd4ce8dc98eefd487e59f4611d8d57d9957f4c))
270
-
271
-
272
-
273
- ## [3.4.1](https://github.com/mathrunet/node_masamune/compare/v3.4.0...v3.4.1) (2025-09-12)
274
-
275
-
276
- ### fix
277
-
278
- * Add Database ID. ([396e302](https://github.com/mathrunet/node_masamune/commit/396e302b986e20812890a703e796e22d2e318c03))
279
-
280
-
281
-
282
- # [3.4.0](https://github.com/mathrunet/node_masamune/compare/v3.3.2...v3.4.0) (2025-09-12)
283
-
284
-
285
- ### feat
286
-
287
- * Added functions to utilize external models and external storage. ([e2eff76](https://github.com/mathrunet/node_masamune/commit/e2eff76225e5e7e0c0d20075e12059c91bba07a1))
288
-
289
-
290
-
291
- ## [3.3.2](https://github.com/mathrunet/node_masamune/compare/v3.3.1...v3.3.2) (2025-09-11)
292
-
293
-
294
- ### fix
295
-
296
- * Removed unremovable emojis. ([c33a18f](https://github.com/mathrunet/node_masamune/commit/c33a18f9baaa981f8b28cae1820aaa64fbce2767))
297
-
298
-
299
-
300
- ## [3.3.1](https://github.com/mathrunet/node_masamune/compare/v3.3.0...v3.3.1) (2025-09-11)
301
-
302
-
303
- ### fix
304
-
305
- * Adjust UUID specifications ([4ead298](https://github.com/mathrunet/node_masamune/commit/4ead298714fbb6968f640aa9537f2c6901f2fe3b))
306
-
307
-
308
-
309
- # [3.3.0](https://github.com/mathrunet/node_masamune/compare/v3.2.6...v3.3.0) (2025-09-11)
310
-
311
-
312
- ### feat
313
-
314
- * Added v7 support for Uuid. ([fa12b77](https://github.com/mathrunet/node_masamune/commit/fa12b7766d879d14f1d021ecfa1d6b17012df5f7))
315
-
316
-
317
-
318
- ## [3.2.6](https://github.com/mathrunet/node_masamune/compare/v3.2.5...v3.2.6) (2025-09-08)
319
-
320
-
321
- ### fix
322
-
323
- * Fixed a bug that caused an error when `resItem` was not an array. ([1e70363](https://github.com/mathrunet/node_masamune/commit/1e703635636fc7cd739ecbe27a579bf0f004660f))
324
-
325
-
326
-
327
- ## [3.2.5](https://github.com/mathrunet/node_masamune/compare/v3.2.4...v3.2.5) (2025-08-29)
328
-
329
-
330
- ### fix
331
-
332
- * Enabled setting an expiration date. ([3e109fd](https://github.com/mathrunet/node_masamune/commit/3e109fde06deb84d782daa41a8df9858b0760bd8))
333
-
334
-
335
-
336
- ## [3.2.4](https://github.com/mathrunet/node_masamune/compare/v3.2.3...v3.2.4) (2025-08-19)
337
-
338
-
339
- ### fix
340
-
341
- * Remove unnecessary logs. ([e43db79](https://github.com/mathrunet/node_masamune/commit/e43db79051e753488e0875d867e9a78a1b942e6d))
342
-
343
-
344
-
345
- ## [3.2.3](https://github.com/mathrunet/node_masamune/compare/v3.2.2...v3.2.3) (2025-08-19)
346
-
347
-
348
- ### fix
349
-
350
- * Log check ([fe8d62a](https://github.com/mathrunet/node_masamune/commit/fe8d62ae69555b2a80235d3549df70b7122304cb))
351
-
352
-
353
-
354
- ## [3.2.2](https://github.com/mathrunet/node_masamune/compare/v3.2.1...v3.2.2) (2025-08-19)
355
-
356
-
357
- ### fix
358
-
359
- * Implemented logging. ([945f56b](https://github.com/mathrunet/node_masamune/commit/945f56bb3b9a1c7650bb6232b2196fb4cac85bee))
360
-
361
-
362
-
363
- ## [3.2.1](https://github.com/mathrunet/node_masamune/compare/v3.2.0...v3.2.1) (2025-08-19)
364
-
365
-
366
- ### fix
367
-
368
- * Fixed: Parameters were not passed. ([2e3a7ba](https://github.com/mathrunet/node_masamune/commit/2e3a7ba20e7808a29b6558501c913594da5f8d4e))
369
-
370
-
371
-
372
- # [3.2.0](https://github.com/mathrunet/node_masamune/compare/v3.1.1...v3.2.0) (2025-08-19)
373
-
374
-
375
- ### feat
376
-
377
- * Supports iOS StoreKit 2 validation. ([62450c5](https://github.com/mathrunet/node_masamune/commit/62450c566e33f97b0112bb55b1e3f34ea0d3a25e))
378
-
379
-
380
-
381
- ## [3.1.1](https://github.com/mathrunet/node_masamune/compare/v3.1.0...v3.1.1) (2025-08-14)
382
-
383
-
384
- ### fix
385
-
386
- * Add a flag to `sendNotification` to control whether to display logs. ([87d31cb](https://github.com/mathrunet/node_masamune/commit/87d31cba2a06fbda27f235d8f59a5b7e2f35ad42))
387
-
388
-
389
-
390
- # [3.1.0](https://github.com/mathrunet/node_masamune/compare/v3.0.1...v3.1.0) (2025-07-24)
391
-
392
-
393
- ### feat
394
-
395
- * Add HLS function. ([bfa96e5](https://github.com/mathrunet/node_masamune/commit/bfa96e5b176180e84dafea9b75612bcd68fb3424))
396
-
397
- ### fix
398
-
399
- * Make UsCentral default. ([97196cf](https://github.com/mathrunet/node_masamune/commit/97196cf042dedde97d7f98c6d7836b30ec9ee7fe))
400
-
401
-
402
-
403
- ## [3.0.1](https://github.com/mathrunet/node_masamune/compare/v3.0.0...v3.0.1) (2025-07-11)
404
-
405
-
406
- ### fix
407
-
408
- * Export the Loader. ([5050efe](https://github.com/mathrunet/node_masamune/commit/5050efe82895649103a68f8108e82173017c23c8))
409
-
410
-
411
-
412
- # [3.0.0](https://github.com/mathrunet/node_masamune/compare/v2.15.0...v3.0.0) (2025-07-11)
413
-
414
-
415
- ### feat
416
-
417
- * Supports multiple databases. ([cff6b10](https://github.com/mathrunet/node_masamune/commit/cff6b10b4bce122252fd3936f1e11d0a23d50c9c))
418
-
419
-
420
-
421
- # [2.15.0](https://github.com/mathrunet/node_masamune/compare/v2.14.1...v2.15.0) (2025-07-05)
422
-
423
-
424
- ### fix
425
-
426
- * Add toSearchableMap. ([71ffb6e](https://github.com/mathrunet/node_masamune/commit/71ffb6ee537fc53a954a096b874a54d46b6fdf1a))
427
-
428
-
429
-
430
- ## [2.14.1](https://github.com/mathrunet/node_masamune/compare/v2.14.0...v2.14.1) (2025-06-12)
431
-
432
-
433
- ### fix
434
-
435
- * Add a link to the Notification. ([94d809c](https://github.com/mathrunet/node_masamune/commit/94d809cfd46be72632ef1454cbd8214cf1174a1c))
436
-
437
-
438
-
439
- # [2.14.0](https://github.com/mathrunet/node_masamune/compare/v2.13.1...v2.14.0) (2025-06-12)
440
-
441
-
442
- ### chore
443
-
444
- * Change the copyright year. ([0f7378d](https://github.com/mathrunet/node_masamune/commit/0f7378d663ddf2cc6666a0a1a43f245a476a22f3))
445
-
446
- ### docs
447
-
448
- * Add Github badge. ([e6ac32a](https://github.com/mathrunet/node_masamune/commit/e6ac32af8f1e5059e89267622589b279ff9a05fd))
449
-
450
- ### feat
451
-
452
- * Add to ModelFieldValue. ([954a8c6](https://github.com/mathrunet/node_masamune/commit/954a8c66804d8c3f65b810d773597d3acb5de442))
453
-
454
-
455
-
456
- ## [2.13.1](https://github.com/mathrunet/node_masamune/compare/v2.13.0...v2.13.1) (2025-03-05)
457
-
458
-
459
- ### fix
460
-
461
- * Functions options can be specified in detail. ([efbf625](https://github.com/mathrunet/node_masamune/commit/efbf6250228cb0fc3a19e462c1bf69491abbfbc2))
462
-
463
-
464
-
465
- # [2.13.0](https://github.com/mathrunet/node_masamune/compare/v2.12.0...v2.13.0) (2025-03-05)
466
-
467
-
468
- ### feat
469
-
470
- * Introducing the AppCheck option. ([45cfda7](https://github.com/mathrunet/node_masamune/commit/45cfda7ce850ae239707d001da4fb4c75679e6de))
471
-
472
-
473
-
474
- # [2.12.0](https://github.com/mathrunet/node_masamune/compare/v2.11.0...v2.12.0) (2025-02-17)
475
-
476
-
477
- ### fix
478
-
479
- * Added the ability to output FieldValue of ModelLocale. ([d6302e5](https://github.com/mathrunet/node_masamune/commit/d6302e50ab75243679b9ae0bbaa7108dfb8f888a))
480
-
481
-
482
-
483
- # [2.11.0](https://github.com/mathrunet/node_masamune/compare/v2.10.0...v2.11.0) (2025-02-17)
484
-
485
-
486
- ### feat
487
-
488
- * Package Update. ([f66513b](https://github.com/mathrunet/node_masamune/commit/f66513bf5b510e1f9acdab0942d1a243705c9056))
489
-
490
-
491
-
492
- # [2.10.0](https://github.com/mathrunet/node_masamune/compare/v2.9.0...v2.10.0) (2025-01-31)
493
-
494
-
495
- ### feat
496
-
497
- * Allow service accounts to be set in the options. ([72b57c1](https://github.com/mathrunet/node_masamune/commit/72b57c10486de8509653bf68dbf3860ade18fde5))
498
-
499
-
500
-
501
- # [2.9.0](https://github.com/mathrunet/node_masamune/compare/v2.8.9...v2.9.0) (2024-12-16)
502
-
503
-
504
- ### feat
505
-
506
- * Added user deletion function. ([05ce7dd](https://github.com/mathrunet/node_masamune/commit/05ce7dd2876c1bc5493916162c0d1125221aab8f))
507
-
508
-
509
-
510
- ## [2.8.9](https://github.com/mathrunet/node_masamune/compare/v2.8.8...v2.8.9) (2024-12-09)
511
-
512
-
513
- ### feat
514
-
515
- * Add removeOnlyEmoji method to String prototype and update usage in ModelFieldValue class ([dccecf8](https://github.com/mathrunet/node_masamune/commit/dccecf844ad7602e5acedfb4653620ac80c017cb))
516
-
517
-
518
-
519
- ## [2.8.8](https://github.com/mathrunet/node_masamune/compare/v2.8.7...v2.8.8) (2024-11-07)
520
-
521
-
522
- ### fix
523
-
524
- * Billing logs are now stored. ([0e84b8d](https://github.com/mathrunet/node_masamune/commit/0e84b8d1bbf1ef4d6ea953cc88a964402b6468a5))
525
-
526
-
527
-
528
- ## [2.8.7](https://github.com/mathrunet/node_masamune/compare/v2.8.6...v2.8.7) (2024-11-06)
529
-
530
-
531
- ### chore
532
-
533
- * Delete unnecessary comments. ([b28d8e1](https://github.com/mathrunet/node_masamune/commit/b28d8e1c214fb4b42d97a46ce98382eb5298ccaf))
534
-
535
-
536
-
537
- ## [2.8.6](https://github.com/mathrunet/node_masamune/compare/v2.8.5...v2.8.6) (2024-11-06)
538
-
539
-
540
- ### chore
541
-
542
- * Scrutinize log output ([5eaa4a2](https://github.com/mathrunet/node_masamune/commit/5eaa4a2042f8b714b3f48e44cc44c8f86549212e))
543
-
544
-
545
-
546
- ## [2.8.5](https://github.com/mathrunet/node_masamune/compare/v2.8.4...v2.8.5) (2024-11-06)
547
-
548
-
549
- ### chore
550
-
551
- * Debug. ([5c274fc](https://github.com/mathrunet/node_masamune/commit/5c274fc1e3d0f1e0f25c09904cb4aee960a27f48))
552
-
553
-
554
-
555
- ## [2.8.4](https://github.com/mathrunet/node_masamune/compare/v2.8.3...v2.8.4) (2024-10-09)
556
-
557
-
558
- ### fix
559
-
560
- * DatabaseId can be specified in FirestoreTriggeredProcessFunctionBase. ([44c56e4](https://github.com/mathrunet/node_masamune/commit/44c56e42de16b328b2639e41af68e256fa36e73f))
561
- * Fix typo. ([a7a55bb](https://github.com/mathrunet/node_masamune/commit/a7a55bb4b3d3df021d192a9fa811c7506aa4bd81))
562
-
563
-
564
-
565
- ## [2.8.3](https://github.com/mathrunet/node_masamune/compare/v2.8.2...v2.8.3) (2024-09-13)
566
-
567
-
568
- ### chore
569
-
570
- * Comments back. ([c792490](https://github.com/mathrunet/node_masamune/commit/c79249018320f02f965037e99120157892a4aa07))
571
-
572
-
573
-
574
- ## [2.8.2](https://github.com/mathrunet/node_masamune/compare/v2.8.1...v2.8.2) (2024-09-13)
575
-
576
-
577
- ### chore
578
-
579
- * debug ([e698323](https://github.com/mathrunet/node_masamune/commit/e698323be390a66f1f09f684492e14db6706decf))
580
-
581
-
582
-
583
- ## [2.8.1](https://github.com/mathrunet/node_masamune/compare/v2.8.0...v2.8.1) (2024-09-13)
584
-
585
-
586
- ### chore
587
-
588
- * comment-adding ([0247405](https://github.com/mathrunet/node_masamune/commit/0247405486aafdaa053581c746e21d41442c859d))
589
-
590
-
591
-
592
- # [2.8.0](https://github.com/mathrunet/node_masamune/compare/v2.7.0...v2.8.0) (2024-09-13)
593
-
594
-
595
- ### feat
596
-
597
- * Added notification schedule for documents. ([1663136](https://github.com/mathrunet/node_masamune/commit/1663136faa20be0c95037ea048a89d5ec1d9224f))
598
-
599
-
600
-
601
- # [2.7.0](https://github.com/mathrunet/node_masamune/compare/v2.6.10...v2.7.0) (2024-08-29)
602
-
603
-
604
- ### fix
605
-
606
- * Added base class for Firestore trigger. ([b71e3e9](https://github.com/mathrunet/node_masamune/commit/b71e3e9cebf82736df2d88ee92e6631cd479661d))
607
-
608
-
609
-
610
- ## [2.6.10](https://github.com/mathrunet/node_masamune/compare/v2.6.9...v2.6.10) (2024-08-05)
611
-
612
-
613
- ### fix
614
-
615
- * The problem with InitializeApp ended up being somewhere else, so we put it back. ([7cefd39](https://github.com/mathrunet/node_masamune/commit/7cefd39071c4d5fa43b01bd7744a91a101db5a04))
616
-
617
-
618
-
619
- ## [2.6.9](https://github.com/mathrunet/node_masamune/compare/v2.6.8...v2.6.9) (2024-08-05)
620
-
621
-
622
- ### fix
623
-
624
- * Corrected the position again. ([8cbd924](https://github.com/mathrunet/node_masamune/commit/8cbd924b9bb558843dde97cb32fbdd0cc77f62a9))
625
-
626
-
627
-
628
- ## [2.6.8](https://github.com/mathrunet/node_masamune/compare/v2.6.7...v2.6.8) (2024-08-05)
629
-
630
-
631
- ### fix
632
-
633
- * Change the location of initializeApp. ([5c82d2a](https://github.com/mathrunet/node_masamune/commit/5c82d2a63ed4af60246969349236aa9f2841c8a8))
634
-
635
-
636
-
637
- ## [2.6.7](https://github.com/mathrunet/node_masamune/compare/v2.6.6...v2.6.7) (2024-08-05)
638
-
639
-
640
- ### fix
641
-
642
- * Firebase is now initialized. ([9cc8a3e](https://github.com/mathrunet/node_masamune/commit/9cc8a3eb26cf8448cad405c61145c2538d371bd8))
643
-
644
-
645
-
646
- ## [2.6.6](https://github.com/mathrunet/node_masamune/compare/v2.6.5...v2.6.6) (2024-07-08)
647
-
648
-
649
- ### chore
650
-
651
- * Output the error contents. ([1d394b3](https://github.com/mathrunet/node_masamune/commit/1d394b327490c8e4af9127b668257c5c74951746))
652
-
653
- ### test
654
-
655
- * Conduct Firestore-related testing. ([0bd245c](https://github.com/mathrunet/node_masamune/commit/0bd245c2243cb1b59b6174f3432b4196378ae4ba))
656
-
657
-
658
-
659
- ## [2.6.5](https://github.com/mathrunet/node_masamune/compare/v2.6.4...v2.6.5) (2024-06-13)
660
-
661
-
662
-
663
-
664
- ## [2.6.4](https://github.com/mathrunet/node_masamune/compare/v2.6.3...v2.6.4) (2024-06-13)
665
-
666
-
667
- ### fix
668
-
669
- * refactoring ([8bb1a74](https://github.com/mathrunet/node_masamune/commit/8bb1a74be569e700b9a937ebd8dcb19f8da37731))
670
-
671
-
672
-
673
- ## [2.6.3](https://github.com/mathrunet/node_masamune/compare/v2.6.2...v2.6.3) (2024-06-13)
674
-
675
-
676
- ### fix
677
-
678
- * Notification test. ([f9ee6bc](https://github.com/mathrunet/node_masamune/commit/f9ee6bcc51e68c01f673868b888774eb5e2075c4))
679
-
680
-
681
-
682
- ## [2.6.2](https://github.com/mathrunet/node_masamune/compare/v2.6.1...v2.6.2) (2024-06-13)
683
-
684
-
685
- ### fix
686
-
687
- * Changed the specification of the notification destination. ([933258d](https://github.com/mathrunet/node_masamune/commit/933258dcd43bee5e3175b32863b2f905af6e8b6f))
688
-
689
-
690
-
691
- ## [2.6.1](https://github.com/mathrunet/node_masamune/compare/v2.6.0...v2.6.1) (2024-06-11)
692
-
693
-
694
- ### test
695
-
696
- * Test code implementation. ([7f40834](https://github.com/mathrunet/node_masamune/commit/7f40834936b13a1b54b792b1c47f7c1ae2319502))
697
-
698
-
699
-
700
- # [2.6.0](https://github.com/mathrunet/node_masamune/compare/v2.5.0...v2.6.0) (2024-06-11)
701
-
702
-
703
- ### feat
704
-
705
- * Added document creation functionality. ([9d8374e](https://github.com/mathrunet/node_masamune/commit/9d8374eb5495a2b3ee705e41c8faf6c9731c1885))
706
-
707
-
708
-
709
- # [2.5.0](https://github.com/mathrunet/node_masamune/compare/v2.4.4...v2.5.0) (2024-06-11)
710
-
711
-
712
- ### feat
713
-
714
- * Batch functionality in Notification. ([87aca9e](https://github.com/mathrunet/node_masamune/commit/87aca9e4c9c8b54e991f7abb70293f3371f6092d))
715
-
716
-
717
-
718
- ## [2.4.4](https://github.com/mathrunet/node_masamune/compare/v2.4.3...v2.4.4) (2024-06-03)
719
-
720
-
721
- ### fix
722
-
723
- * Account name support. ([63f9ce7](https://github.com/mathrunet/node_masamune/commit/63f9ce7e64477bdd00f5d177cf5032898cad4af3))
724
-
725
-
726
-
727
- ## [2.4.3](https://github.com/mathrunet/node_masamune/compare/v2.4.2...v2.4.3) (2024-05-24)
728
-
729
-
730
- ### fix
731
-
732
- * Fixed API for badges. ([78ee4af](https://github.com/mathrunet/node_masamune/commit/78ee4af51be2d61262750aa718ddda996ddf37f4))
733
-
734
-
735
-
736
- ## [2.4.2](https://github.com/mathrunet/node_masamune/compare/v2.4.1...v2.4.2) (2024-05-24)
737
-
738
-
739
- ### fix
740
-
741
- * The number of badges defaults to 0. ([d656826](https://github.com/mathrunet/node_masamune/commit/d6568264e119c3477bdd246eb679e74a744b4989))
742
-
743
-
744
-
745
- ## [2.4.1](https://github.com/mathrunet/node_masamune/compare/v2.4.0...v2.4.1) (2024-03-18)
746
-
747
-
748
- ### fix
749
-
750
- * bug fix ([aedf7c5](https://github.com/mathrunet/node_masamune/commit/aedf7c5dbafd7575f621bbc23ae91b0a2688f616))
751
-
752
-
753
-
754
- # [2.4.0](https://github.com/mathrunet/node_masamune/compare/v2.3.19...v2.4.0) (2024-03-18)
755
-
756
-
757
- ### fix
758
-
759
- * Package Update. ([4c3bac3](https://github.com/mathrunet/node_masamune/commit/4c3bac34781dec6225fbf4de923292b602624519))
760
-
761
-
762
-
763
- ## [2.3.19](https://github.com/mathrunet/node_masamune/compare/v2.3.18...v2.3.19) (2024-03-14)
764
-
765
-
766
- ### fix
767
-
768
- * Setup badges and sounds for PUSH notifications. ([45eb7e4](https://github.com/mathrunet/node_masamune/commit/45eb7e43eb7a0a2c905aa567e3656ae8865d7b49))
769
-
770
-
771
-
772
- ## [2.3.18](https://github.com/mathrunet/node_masamune/compare/v2.3.17...v2.3.18) (2024-03-01)
773
-
774
-
775
- ### chore
776
-
777
- * comment-adding ([a32f048](https://github.com/mathrunet/node_masamune/commit/a32f048a8d93c14411094624102ecbfcae19a49c))
778
-
779
-
780
-
781
- ## [2.3.17](https://github.com/mathrunet/node_masamune/compare/v2.3.16...v2.3.17) (2024-02-29)
782
-
783
-
784
- ### chore
785
-
786
- * Remove comments ([eb83a5f](https://github.com/mathrunet/node_masamune/commit/eb83a5f6fdc1d8c6a03ce691cf11e8d3fbfdb85e))
787
-
788
-
789
-
790
- ## [2.3.16](https://github.com/mathrunet/node_masamune/compare/v2.3.15...v2.3.16) (2024-02-29)
791
-
792
-
793
- ### fix
794
-
795
- * Corrected the wrong name for env. ([8dae0f7](https://github.com/mathrunet/node_masamune/commit/8dae0f79e18fda07966dc1e7318663ff691ae3ef))
796
-
797
-
798
-
799
- ## [2.3.15](https://github.com/mathrunet/node_masamune/compare/v2.3.14...v2.3.15) (2024-02-29)
800
-
801
-
802
- ### fix
803
-
804
- * comment-adding ([c3d7864](https://github.com/mathrunet/node_masamune/commit/c3d7864ede2fa60359eb64a8542abf930b80f121))
805
-
806
-
807
-
808
- ## [2.3.14](https://github.com/mathrunet/node_masamune/compare/v2.3.13...v2.3.14) (2024-02-27)
809
-
810
-
811
- ### chore
812
-
813
- * Comment Deleted ([a4a7ee3](https://github.com/mathrunet/node_masamune/commit/a4a7ee3490b18e9d66f6f44efb5edc3b405e265a))
814
-
815
-
816
-
817
- ## [2.3.13](https://github.com/mathrunet/node_masamune/compare/v2.3.12...v2.3.13) (2024-02-27)
818
-
819
-
820
- ### chore
821
-
822
- * Grant logs ([4a1d2f0](https://github.com/mathrunet/node_masamune/commit/4a1d2f092b15d9b52a91ad210cbda1067ea2dc25))
823
-
824
-
825
-
826
- ## [2.3.12](https://github.com/mathrunet/node_masamune/compare/v2.3.11...v2.3.12) (2024-02-27)
827
-
828
-
829
- ### fix
830
-
831
- * Fixed a missing data error. ([cd63c50](https://github.com/mathrunet/node_masamune/commit/cd63c50dc58d13fe4388652675f28c6e6239f822))
832
-
833
-
834
-
835
- ## [2.3.11](https://github.com/mathrunet/node_masamune/compare/v2.3.10...v2.3.11) (2024-02-22)
836
-
837
-
838
- ### fix
839
-
840
- * Corresponding to IOS grade changes. ([dd33ce5](https://github.com/mathrunet/node_masamune/commit/dd33ce59ed6965ac89850bf9fb43969aaf34ce37))
841
-
842
-
843
-
844
- ## [2.3.10](https://github.com/mathrunet/node_masamune/compare/v2.3.9...v2.3.10) (2024-02-22)
845
-
846
-
847
- ### fix
848
-
849
- * Fixed a bug that caused no response to requests. ([1f94470](https://github.com/mathrunet/node_masamune/commit/1f9447014bcc725b9c359ca46279dcaa56ed650f))
850
-
851
-
852
-
853
- ## [2.3.9](https://github.com/mathrunet/node_masamune/compare/v2.3.8...v2.3.9) (2024-02-22)
854
-
855
-
856
- ### fix
857
-
858
- * Fixed an error in simultaneous registration. ([a688b64](https://github.com/mathrunet/node_masamune/commit/a688b64caee7a76e61d33c9891ee1c00b85ec38d))
859
-
860
-
861
-
862
- ## [2.3.8](https://github.com/mathrunet/node_masamune/compare/v2.3.7...v2.3.8) (2024-02-22)
863
-
864
-
865
- ### chore
866
-
867
- * Log output. ([557826a](https://github.com/mathrunet/node_masamune/commit/557826a5be81c931a00565ee5a128346f5ca9a9a))
868
-
869
-
870
-
871
- ## [2.3.7](https://github.com/mathrunet/node_masamune/compare/v2.3.6...v2.3.7) (2024-02-22)
872
-
873
-
874
- ### fix
875
-
876
- * Fixed a bug that caused forced cancellation when canceling. ([d1d249b](https://github.com/mathrunet/node_masamune/commit/d1d249b4bd5e36e71bf40dfd698ec365d45bb204))
877
-
878
-
879
-
880
- ## [2.3.6](https://github.com/mathrunet/node_masamune/compare/v2.3.5...v2.3.6) (2024-02-22)
881
-
882
-
883
- ### fix
884
-
885
- * Added flag for paused. ([61f1ff8](https://github.com/mathrunet/node_masamune/commit/61f1ff86109b2d7f65b65f819cd20c7e7b91f8ea))
886
-
887
-
888
-
889
- ## [2.3.5](https://github.com/mathrunet/node_masamune/compare/v2.3.4...v2.3.5) (2024-02-22)
890
-
891
-
892
- ### fix
893
-
894
- * Response to Suspension ([63ad4c5](https://github.com/mathrunet/node_masamune/commit/63ad4c54e8b4771b64d85bcb9f2c9d3b950155f4))
895
-
896
-
897
-
898
- ## [2.3.4](https://github.com/mathrunet/node_masamune/compare/v2.3.3...v2.3.4) (2024-02-22)
899
-
900
-
901
- ### fix
902
-
903
- * Change in billing status. ([95cac67](https://github.com/mathrunet/node_masamune/commit/95cac67c4abfd6761a5a1f400310408c0df69670))
904
-
905
-
906
-
907
- ## [2.3.3](https://github.com/mathrunet/node_masamune/compare/v2.3.2...v2.3.3) (2024-02-14)
908
-
909
-
910
- ### chore
911
-
912
- * Erase comments. ([5620bdb](https://github.com/mathrunet/node_masamune/commit/5620bdba511708097a48e7b07f56748965443eb1))
913
-
914
-
915
-
916
- ## [2.3.2](https://github.com/mathrunet/node_masamune/compare/v2.3.1...v2.3.2) (2024-02-14)
917
-
918
-
919
- ### fix
920
-
921
- * Changed line breaks. ([a38d02b](https://github.com/mathrunet/node_masamune/commit/a38d02bb5b1696e539368f15efdb3c17a14b087f))
922
-
923
-
924
-
925
- ## [2.3.1](https://github.com/mathrunet/node_masamune/compare/v2.3.0...v2.3.1) (2024-02-14)
926
-
927
-
928
- ### chore
929
-
930
- * Add log. ([189fd83](https://github.com/mathrunet/node_masamune/commit/189fd832d8660cac5d83ef24fcc0d341c640af45))
931
-
932
-
933
-
934
- # [2.3.0](https://github.com/mathrunet/node_masamune/compare/v2.2.13...v2.3.0) (2024-02-14)
935
-
936
-
937
- ### feat
938
-
939
- * Changed Android receipt verification to authentication by service account. ([c7b92f3](https://github.com/mathrunet/node_masamune/commit/c7b92f371b2d9e938ea25b4e0f3e268a894e169e))
940
-
941
-
942
-
943
- ## [2.2.13](https://github.com/mathrunet/node_masamune/compare/v2.2.12...v2.2.13) (2024-02-14)
944
-
945
-
946
- ### fix
947
-
948
- * Set initial options. ([96558ec](https://github.com/mathrunet/node_masamune/commit/96558ecc35f4577b3c83f8069684efb46beb0432))
949
-
950
-
951
-
952
- ## [2.2.12](https://github.com/mathrunet/node_masamune/compare/v2.2.11...v2.2.12) (2024-02-14)
953
-
954
-
955
- ### fix
956
-
957
- * Bug in not being able to use homebrew functions. ([57f0823](https://github.com/mathrunet/node_masamune/commit/57f0823701bf87f84ce0112361334685aaad62a5))
958
-
959
-
960
-
961
- ## [2.2.11](https://github.com/mathrunet/node_masamune/compare/v2.2.10...v2.2.11) (2024-02-09)
962
-
963
-
964
- ### fix
965
-
966
- * I made sure to get the errors right. ([f00fe56](https://github.com/mathrunet/node_masamune/commit/f00fe56951d2a1ec5f4433bd50db08636d42a79f))
967
-
968
-
969
-
970
- ## [2.2.10](https://github.com/mathrunet/node_masamune/compare/v2.2.9...v2.2.10) (2024-01-18)
971
-
972
-
973
- ### fix
974
-
975
- * Changed the order of type checks. ([a05e2d7](https://github.com/mathrunet/node_masamune/commit/a05e2d79cdd567a33a31a2bc544e8ae9e51deeb2))
976
-
977
-
978
-
979
- ## [2.2.9](https://github.com/mathrunet/node_masamune/compare/v2.2.8...v2.2.9) (2024-01-18)
980
-
981
-
982
- ### fix
983
-
984
- * Fixed a bug that caused duplicate keys. ([31332c1](https://github.com/mathrunet/node_masamune/commit/31332c1bb4799c2bd6ad0956d99db5c31aac9dba))
985
-
986
-
987
-
988
- ## [2.2.8](https://github.com/mathrunet/node_masamune/compare/v2.2.7...v2.2.8) (2024-01-18)
989
-
990
-
991
- ### fix
992
-
993
- * Bug fix. ([c410ed7](https://github.com/mathrunet/node_masamune/commit/c410ed7229662f7726a658baa5620d5f7849d5ce))
994
-
995
-
996
-
997
- ## [2.2.7](https://github.com/mathrunet/node_masamune/compare/v2.2.6...v2.2.7) (2024-01-18)
998
-
999
-
1000
- ### fix
1001
-
1002
- * I tried to get Console out. ([df230e0](https://github.com/mathrunet/node_masamune/commit/df230e0662e0bdefa9e84752939f46d7a50a0e89))
1003
-
1004
-
1005
-
1006
- ## [2.2.6](https://github.com/mathrunet/node_masamune/compare/v2.2.5...v2.2.6) (2024-01-18)
1007
-
1008
-
1009
- ### fix
1010
-
1011
- * Resolved undefined error. ([0bc3678](https://github.com/mathrunet/node_masamune/commit/0bc367854f67302699290b4186ef0617dcb7391e))
1012
-
1013
-
1014
-
1015
- ## [2.2.5](https://github.com/mathrunet/node_masamune/compare/v2.2.4...v2.2.5) (2024-01-18)
1016
-
1017
-
1018
- ### fix
1019
-
1020
- * Bug fixes. ([c69e10f](https://github.com/mathrunet/node_masamune/commit/c69e10fd6f1285a33bb8ecd43bd8fa5571cc0980))
1021
-
1022
-
1023
-
1024
- ## [2.2.4](https://github.com/mathrunet/node_masamune/compare/v2.2.3...v2.2.4) (2024-01-18)
1025
-
1026
-
1027
- ### fix
1028
-
1029
- * Fixed a circular reference that seems to be happening. ([fdf1349](https://github.com/mathrunet/node_masamune/commit/fdf13493db02d8c6bafd120846f0db6a7aebe137))
1030
-
1031
-
1032
-
1033
- ## [2.2.3](https://github.com/mathrunet/node_masamune/compare/v2.2.2...v2.2.3) (2024-01-18)
1034
-
1035
-
1036
- ### fix
1037
-
1038
- * Fixed errors around constructors. ([8f7e53e](https://github.com/mathrunet/node_masamune/commit/8f7e53ea9fbf66248fe02bf61fefd2a643d94d6d))
1039
-
1040
-
1041
-
1042
- ## [2.2.2](https://github.com/mathrunet/node_masamune/compare/v2.2.1...v2.2.2) (2024-01-18)
1043
-
1044
-
1045
- ### fix
1046
-
1047
- * Added a converter for data to be stored in Algolia. ([3c0f7bc](https://github.com/mathrunet/node_masamune/commit/3c0f7bc6f74cde7ad52dab1e554dedb320ffe958))
1048
-
1049
-
1050
-
1051
- ## [2.2.1](https://github.com/mathrunet/node_masamune/compare/v2.2.0...v2.2.1) (2024-01-18)
1052
-
1053
-
1054
- ### chore
1055
-
1056
- * Console logs are displayed. ([b7d7fed](https://github.com/mathrunet/node_masamune/commit/b7d7fed26e3e8067640b531b49f55f34a676fa1c))
1057
-
1058
-
1059
-
1060
- # [2.2.0](https://github.com/mathrunet/node_masamune/compare/v2.1.1...v2.2.0) (2024-01-18)
1061
-
1062
-
1063
- ### feat
1064
-
1065
- * The region can be specified by option. ([df36f5f](https://github.com/mathrunet/node_masamune/commit/df36f5fc62c494bb94a9e44b91c13d764c48c93f))
1066
-
1067
-
1068
-
1069
- ## [2.1.1](https://github.com/mathrunet/node_masamune/compare/v2.1.0...v2.1.1) (2024-01-18)
1070
-
1071
-
1072
- ### fix
1073
-
1074
- * Apply Algolia to firestore. ([77157c4](https://github.com/mathrunet/node_masamune/commit/77157c41fa320bb624779e9d18ef5a0cab3ecf04))
1075
-
1076
-
1077
-
1078
- # [2.1.0](https://github.com/mathrunet/node_masamune/compare/v2.0.1...v2.1.0) (2024-01-18)
1079
-
1080
-
1081
- ### feat
1082
-
1083
- * Added Algolia data synchronization. ([65c3dbb](https://github.com/mathrunet/node_masamune/commit/65c3dbb5ac3162868ed6517e2e63a2946bfb5f34))
1084
-
1085
-
1086
-
1087
- ## [2.0.1](https://github.com/mathrunet/node_masamune/compare/v2.0.0...v2.0.1) (2024-01-15)
1088
-
1089
-
1090
- ### fix
1091
-
1092
- * Set the value of MaxInstances to 100. ([076b75d](https://github.com/mathrunet/node_masamune/commit/076b75d453792d8f3eb2a019b1abce154b2edb2c))
1093
-
1094
-
1095
-
1096
- # [2.0.0](https://github.com/mathrunet/node_masamune/compare/v1.10.4...v2.0.0) (2024-01-15)
1097
-
1098
-
1099
- ### feat
1100
-
1101
- * Compatible with FirebaseFunctionsV2. ([df2cc6d](https://github.com/mathrunet/node_masamune/commit/df2cc6d050fe249781fe42afb5633e6d39b32f74))
1102
-
1103
-
1104
-
1105
- ## [1.10.4](https://github.com/mathrunet/node_masamune/compare/v1.10.3...v1.10.4) (2024-01-03)
1106
-
1107
-
1108
- ### fix
1109
-
1110
- * Changed license. ([b77a5f2](https://github.com/mathrunet/node_masamune/commit/b77a5f24019b1ff94188aaa1f6053d968152148e))
1111
-
1112
-
1113
-
1114
- ## [1.10.3](https://github.com/mathrunet/node_masamune/compare/v1.10.2...v1.10.3) (2023-12-22)
1115
-
1116
-
1117
- ### fix
1118
-
1119
- * Push notifications do not generate errors. ([1cf06f4](https://github.com/mathrunet/node_masamune/commit/1cf06f42197b59fb9edaf9938bcf796cbb335e0c))
1120
-
1121
-
1122
-
1123
- ## [1.10.2](https://github.com/mathrunet/node_masamune/compare/v1.10.1...v1.10.2) (2023-12-22)
1124
-
1125
-
1126
- ### fix
1127
-
1128
- * Data for debugging is given. ([76b28b3](https://github.com/mathrunet/node_masamune/commit/76b28b3624f7d58a396cb119af628b630de68ac5))
1129
-
1130
-
1131
-
1132
- ## [1.10.1](https://github.com/mathrunet/node_masamune/compare/v1.10.0...v1.10.1) (2023-12-20)
1133
-
1134
-
1135
- ### fix
1136
-
1137
- * Fix URL for AndroidPurchaseValidate. ([c5234e7](https://github.com/mathrunet/node_masamune/commit/c5234e7634efca9cd31088c600695fd236073a11))
1138
-
1139
-
1140
-
1141
- # [1.10.0](https://github.com/mathrunet/node_masamune/compare/v1.9.1...v1.10.0) (2023-12-14)
1142
-
1143
-
1144
- ### feat
1145
-
1146
- * Support for sending multiple tokens. ([6d16257](https://github.com/mathrunet/node_masamune/commit/6d16257242a9ad9d8b0709992c30892eb80fdb10))
1147
-
1148
-
1149
-
1150
- ## [1.9.1](https://github.com/mathrunet/node_masamune/compare/v1.9.0...v1.9.1) (2023-11-29)
1151
-
1152
-
1153
- ### fix
1154
-
1155
- * Config changes. ([b459970](https://github.com/mathrunet/node_masamune/commit/b45997023ff0f2d763dd41fe16bf0263cac056cb))
1156
-
1157
-
1158
-
1159
- # [1.9.0](https://github.com/mathrunet/node_masamune/compare/v1.8.5...v1.9.0) (2023-11-29)
1160
-
1161
-
1162
- ### feat
1163
-
1164
- * Added GeocodingAPI. ([3f3f9a3](https://github.com/mathrunet/node_masamune/commit/3f3f9a3c355a0ecda013a7b34f6c8e2b06d70d8a))
1165
-
1166
-
1167
-
1168
- ## [1.8.5](https://github.com/mathrunet/node_masamune/compare/v1.8.4...v1.8.5) (2023-11-29)
1169
-
1170
-
1171
- ### fix
1172
-
1173
- * Fixed Sendgrid bug. ([c9baa20](https://github.com/mathrunet/node_masamune/commit/c9baa2061aaccfa753d3cf948c814ec56494d178))
1174
-
1175
-
1176
-
1177
- ## [1.8.4](https://github.com/mathrunet/node_masamune/compare/v1.8.3...v1.8.4) (2023-11-28)
1178
-
1179
-
1180
- ### fix
1181
-
1182
- * Added ModelTimestamp. ([2ff6bcf](https://github.com/mathrunet/node_masamune/commit/2ff6bcf1f76c8f1ae6f5033b2907a0467f415b4a))
1183
-
1184
-
1185
-
1186
- ## [1.8.3](https://github.com/mathrunet/node_masamune/compare/v1.8.2...v1.8.3) (2023-11-14)
1187
-
1188
-
1189
- ### fix
1190
-
1191
- * Modified to allow empty parameters to be specified. ([7f923bc](https://github.com/mathrunet/node_masamune/commit/7f923bcbfcc17079e423db2cbcea7c0da512d2ed))
1192
-
1193
-
1194
-
1195
- ## [1.8.2](https://github.com/mathrunet/node_masamune/compare/v1.8.1...v1.8.2) (2023-11-09)
1196
-
1197
-
1198
- ### fix
1199
-
1200
- * Set the return value to CallProcessFunctionBase ([900c892](https://github.com/mathrunet/node_masamune/commit/900c89290bf9418d17a86a6f2e1a00b754b61964))
1201
-
1202
-
1203
-
1204
- ## [1.8.1](https://github.com/mathrunet/node_masamune/compare/v1.8.0...v1.8.1) (2023-11-06)
1205
-
1206
-
1207
- ### fix
1208
-
1209
- * Maintenance of default parameters for Functions. ([f22fa85](https://github.com/mathrunet/node_masamune/commit/f22fa858b3032614d69033a89168387eaed315e9))
1210
-
1211
-
1212
-
1213
- # [1.8.0](https://github.com/mathrunet/node_masamune/compare/v1.7.0...v1.8.0) (2023-11-06)
1214
-
1215
-
1216
- ### feat
1217
-
1218
- * Timeout parameters can now be added. ([183f68f](https://github.com/mathrunet/node_masamune/commit/183f68f7ae67c8c569a210670a6aef5d44a2f489))
1219
-
1220
-
1221
-
1222
- # [1.7.0](https://github.com/mathrunet/node_masamune/compare/v1.6.4...v1.7.0) (2023-11-03)
1223
-
1224
-
1225
- ### feat
1226
-
1227
- * Add SqlApiBase. ([ff6c5b2](https://github.com/mathrunet/node_masamune/commit/ff6c5b28905402f326904eb4052e86db82be4778))
1228
-
1229
- ### fix
1230
-
1231
- * ver.1.6.5. ([33bb2ec](https://github.com/mathrunet/node_masamune/commit/33bb2ec9f27c208926b093699d65d1c74ad854e7))
1232
-
1233
-
1234
-
1235
- ## [1.6.4](https://github.com/mathrunet/node_masamune/compare/v1.6.3...v1.6.4) (2023-11-02)
1236
-
1237
-
1238
- ### fix
1239
-
1240
- * Fixed a bug in the search target string. ([1d53a49](https://github.com/mathrunet/node_masamune/commit/1d53a4988598e3b6907b32ed00f822def1c27110))
1241
-
1242
-
1243
-
1244
- ## [1.6.3](https://github.com/mathrunet/node_masamune/compare/v1.6.2...v1.6.3) (2023-10-26)
1245
-
1246
-
1247
- ### chore
1248
-
1249
- * Add publish to npm run. ([58da6fb](https://github.com/mathrunet/node_masamune/commit/58da6fb5c9261c359943b4d3f1dce767e6ff713b))
1250
-
1251
- ### feat
1252
-
1253
- * Added uuid functionality available. ([5b4fa76](https://github.com/mathrunet/node_masamune/commit/5b4fa76a3daef6f915f18ba60e7d00867de4517e))
1254
-
1255
-
1256
-
1257
- ## [1.6.2](https://github.com/mathrunet/node_masamune/compare/v1.6.1...v1.6.2) (2023-10-20)
1258
-
1259
-
1260
- ### fix
1261
-
1262
- * Add ModelFieldValue for searchable. ([62913e7](https://github.com/mathrunet/node_masamune/commit/62913e7c84eb6f33b134cb4e0429e6245aaf3d50))
1263
-
1264
-
1265
-
1266
- ## [1.6.1](https://github.com/mathrunet/node_masamune/compare/v1.6.0...v1.6.1) (2023-10-20)
1267
-
1268
-
1269
- ### fix
1270
-
1271
- * Specify an optional value. ([7c34ac0](https://github.com/mathrunet/node_masamune/commit/7c34ac0c99b3988987cc40d269f8e970f1ffb3b9))
1272
-
1273
-
1274
-
1275
- # [1.6.0](https://github.com/mathrunet/node_masamune/compare/v1.5.1...v1.6.0) (2023-10-20)
1276
-
1277
-
1278
- ### feat
1279
-
1280
- * Create a class for ModelFieldValue. ([9d1d107](https://github.com/mathrunet/node_masamune/commit/9d1d10737d850d409e0f217d7055b73b3e8cca7f))
1281
-
1282
-
1283
-
1284
- ## [1.5.1](https://github.com/mathrunet/node_masamune/compare/v1.5.0...v1.5.1) (2023-10-19)
1285
-
1286
-
1287
- ### fix
1288
-
1289
- * Include type definition files in the package ([5b005a0](https://github.com/mathrunet/node_masamune/commit/5b005a078561cd50a698122e39479c7cf1407872))
1290
-
1291
-
1292
-
1293
- # [1.5.0](https://github.com/mathrunet/node_masamune/compare/v1.4.0...v1.5.0) (2023-10-19)
1294
-
1295
-
1296
- ### feat
1297
-
1298
- * Added Api methods. ([dc34146](https://github.com/mathrunet/node_masamune/commit/dc34146e396f0db2595b09c63acfaa78dd70b7a8))
1299
-
1300
-
1301
-
1302
- # [1.4.0](https://github.com/mathrunet/node_masamune/compare/v1.3.1...v1.4.0) (2023-10-13)
1303
-
1304
-
1305
- ### feat
1306
-
1307
- * Add CallProcessFunctionBase. ([f5c72ab](https://github.com/mathrunet/node_masamune/commit/f5c72ab340239039e3ae4e63f1babe8cf4953f58))
1308
-
1309
-
1310
-
1311
- ## [1.3.1](https://github.com/mathrunet/node_masamune/compare/v1.3.0...v1.3.1) (2023-10-12)
1312
-
1313
-
1314
- ### fix
1315
-
1316
- * Some functions are exported. ([6864a06](https://github.com/mathrunet/node_masamune/commit/6864a06f7c43a2fa99774ebd2a5cb595728c9751))
1317
-
1318
-
1319
-
1320
- # [1.3.0](https://github.com/mathrunet/node_masamune/compare/v1.2.9...v1.3.0) (2023-10-12)
1321
-
1322
-
1323
- ### feat
1324
-
1325
- * Added string processing. ([2421fdc](https://github.com/mathrunet/node_masamune/commit/2421fdc2bd3dfa96e9c3f0439a3bb2eba43d5048))
1326
-
1327
-
1328
-
1329
- ## [1.2.9](https://github.com/mathrunet/node_masamune/compare/v1.2.8...v1.2.9) (2023-09-29)
1330
-
1331
-
1332
- ### fix
1333
-
1334
- * Comment out. ([6c4191e](https://github.com/mathrunet/node_masamune/commit/6c4191e416d35594500a3bb00e0fb00bf7aab479))
1335
-
1336
-
1337
-
1338
- ## [1.2.8](https://github.com/mathrunet/node_masamune/compare/v1.2.7...v1.2.8) (2023-09-29)
1339
-
1340
-
1341
- ### fix
1342
-
1343
- * Consider null in send_notification. ([643c800](https://github.com/mathrunet/node_masamune/commit/643c800cc565e1a6856ea8fd46854fe0d6841015))
1344
-
1345
-
1346
-
1347
- ## [1.2.7](https://github.com/mathrunet/node_masamune/compare/v1.2.6...v1.2.7) (2023-09-29)
1348
-
1349
-
1350
- ### fix
1351
-
1352
- * Bug fixes. ([e01bedc](https://github.com/mathrunet/node_masamune/commit/e01bedc17a6d5b996c189184551bed77d5a81191))
1353
-
1354
-
1355
-
1356
- ## [1.2.6](https://github.com/mathrunet/node_masamune/compare/v1.2.5...v1.2.6) (2023-09-29)
1357
-
1358
-
1359
- ### fix
1360
-
1361
- * Fixed a bug in the way data is saved. ([c4e1558](https://github.com/mathrunet/node_masamune/commit/c4e1558b69dcd96657e5d25d553a74dfe28c3d8c))
1362
-
1363
-
1364
-
1365
- ## [1.2.5](https://github.com/mathrunet/node_masamune/compare/v1.2.4...v1.2.5) (2023-09-29)
1366
-
1367
-
1368
- ### fix
1369
-
1370
- * Fixed a bug in the way parameters are taken. ([1e54462](https://github.com/mathrunet/node_masamune/commit/1e5446294c73169e519e1d001dc1ba97ee9eea5c))
1371
-
1372
-
1373
-
1374
- ## [1.2.4](https://github.com/mathrunet/node_masamune/compare/v1.2.3...v1.2.4) (2023-09-29)
1375
-
1376
-
1377
- ### fix
1378
-
1379
- * Changed to a condition where _done is null. ([4ffe3d3](https://github.com/mathrunet/node_masamune/commit/4ffe3d37a145ddb82243462ccb26db6d61247c86))
1380
-
1381
-
1382
-
1383
- ## [1.2.3](https://github.com/mathrunet/node_masamune/compare/v1.2.2...v1.2.3) (2023-09-29)
1384
-
1385
-
1386
- ### fix
1387
-
1388
- * Align the time key with the command key. ([f6e92a0](https://github.com/mathrunet/node_masamune/commit/f6e92a0b97528147d2d1eb4bee9a1fc73b358ada))
1389
-
1390
-
1391
-
1392
- ## [1.2.2](https://github.com/mathrunet/node_masamune/compare/v1.2.1...v1.2.2) (2023-09-29)
1393
-
1394
-
1395
- ### fix
1396
-
1397
- * Change key because it is not included in the search. ([c56a3b4](https://github.com/mathrunet/node_masamune/commit/c56a3b423f84848d5a101d2b726624d5edb0232d))
1398
-
1399
-
1400
-
1401
- ## [1.2.1](https://github.com/mathrunet/node_masamune/compare/v1.2.0...v1.2.1) (2023-09-29)
1402
-
1403
-
1404
- ### fix
1405
-
1406
- * Fixes to the scheduler. ([12c30d9](https://github.com/mathrunet/node_masamune/commit/12c30d92a1b24edddef7754769095bf6ea558cea))
1407
-
1408
-
1409
-
1410
- # [1.2.0](https://github.com/mathrunet/node_masamune/compare/v1.1.1...v1.2.0) (2023-09-27)
1411
-
1412
-
1413
- ### fix
1414
-
1415
- * Consolidate notification_scheduler to scheduler. ([7252676](https://github.com/mathrunet/node_masamune/commit/72526768bf9ba790dfdeadb1e97fa31d40198c18))
1416
-
1417
-
1418
-
1419
- ## [1.1.1](https://github.com/mathrunet/node_masamune/compare/v1.1.0...v1.1.1) (2023-08-28)
1420
-
1421
-
1422
- ### fix
1423
-
1424
- * Change the key of the title. ([137a47e](https://github.com/mathrunet/node_masamune/commit/137a47ece9a1ce5fbbfa9bedd96bb734b7986b65))
1425
-
1426
-
1427
-
1428
- # [1.1.0](https://github.com/mathrunet/node_masamune/compare/v1.0.0...v1.1.0) (2023-08-28)
1429
-
1430
-
1431
- ### feat
1432
-
1433
- * Create a SendNotificationSchedule. ([681a05e](https://github.com/mathrunet/node_masamune/commit/681a05e8f3c4546e0eff070462e364eb974a693d))
1434
- * ProcessFunctionBaseを作成 ([ecc5da7](https://github.com/mathrunet/node_masamune/commit/ecc5da70f3f7e687309511923ba6156022ebb951))
1435
-
1436
-
1437
-
1438
- # [1.0.0](https://github.com/mathrunet/node_masamune/compare/v0.6.3...v1.0.0) (2023-07-13)
1439
-
1440
-
1441
- ### feat
1442
-
1443
- * Change the structure of FunctionData. ([0ce6dd3](https://github.com/mathrunet/node_masamune/commit/0ce6dd341ad27202ea433d9f83edfce13d4a18ec))
1444
-
1445
-
1446
-
1447
- ## [0.6.3](https://github.com/mathrunet/node_masamune/compare/v0.6.2...v0.6.3) (2023-07-07)
1448
-
1449
-
1450
- ### docs
1451
-
1452
- * Added GithubSponsors to ReadMe. ([4c4b3f9](https://github.com/mathrunet/node_masamune/commit/4c4b3f9a28870aea7bcd38afaa0b64315ab8ed66))
1453
-
1454
-
1455
-
1456
- ## [0.6.2](https://github.com/mathrunet/node_masamune/compare/v0.6.1...v0.6.2) (2023-07-06)
1457
-
1458
-
1459
- ### docs
1460
-
1461
- * Added ReadMe link. ([06ab906](https://github.com/mathrunet/node_masamune/commit/06ab906478297cff54ef9130e8be643f7716bac8))
1462
-
1463
-
1464
-
1465
- ## [0.6.1](https://github.com/mathrunet/node_masamune/compare/v0.6.0...v0.6.1) (2023-06-30)
1466
-
1467
-
1468
- ### docs
1469
-
1470
- * Comment Change. ([d48a8f1](https://github.com/mathrunet/node_masamune/commit/d48a8f1c233285e3b1be8c1fb76634d81a132e63))
1471
- * ReadMe changes. ([8e55b7d](https://github.com/mathrunet/node_masamune/commit/8e55b7d10d6d3f8f61ff09541fafbfb9ea52b73a))
1472
-
1473
-
1474
-
1475
- # [0.6.0](https://github.com/mathrunet/node_masamune/compare/v0.5.3...v0.6.0) (2023-06-23)
1476
-
1477
-
1478
- ### docs
1479
-
1480
- * Corrected variable names in the documentation. ([e17c24f](https://github.com/mathrunet/node_masamune/commit/e17c24f39ca0e578dbd846d034640caf4a6762cb))
1481
-
1482
- ### feat
1483
-
1484
- * Topic is now configurable. ([36b70ec](https://github.com/mathrunet/node_masamune/commit/36b70ecd53db9d34a3fc19561158a08b1bb09e6e))
1485
-
1486
-
1487
-
1488
- ## [0.5.3](https://github.com/mathrunet/node_masamune/compare/v0.5.2...v0.5.3) (2023-06-22)
1489
-
1490
-
1491
- ### fix
1492
-
1493
- * Remove FormHeader. ([dedb0ef](https://github.com/mathrunet/node_masamune/commit/dedb0ef9abcdc027c9ab98b31ecbe472b731eb93))
1494
-
1495
-
1496
-
1497
- ## [0.5.2](https://github.com/mathrunet/node_masamune/compare/v0.5.1...v0.5.2) (2023-06-22)
1498
-
1499
-
1500
- ### fix
1501
-
1502
- * Align the Key of UserId. ([5eec039](https://github.com/mathrunet/node_masamune/commit/5eec0398a794cab15c71760b45b328452eb50dbe))
1503
-
1504
-
1505
-
1506
- ## [0.5.1](https://github.com/mathrunet/node_masamune/compare/v0.5.0...v0.5.1) (2023-06-20)
1507
-
1508
-
1509
- ### fix
1510
-
1511
- * Name the parameter. ([1393a59](https://github.com/mathrunet/node_masamune/commit/1393a598e7c25835b13f869d8c3a153bcda9311e))
1512
-
1513
-
1514
-
1515
- # [0.5.0](https://github.com/mathrunet/node_masamune/compare/v0.4.4...v0.5.0) (2023-06-20)
1516
-
1517
-
1518
- ### feat
1519
-
1520
- * Added Functions for mobile billing. ([62309a4](https://github.com/mathrunet/node_masamune/commit/62309a47dbde32101c521f3c0510f53c109f3844))
1521
-
1522
-
1523
-
1524
- ## [0.4.4](https://github.com/mathrunet/node_masamune/compare/v0.4.3...v0.4.4) (2023-06-05)
1525
-
1526
-
1527
- ### fix
1528
-
1529
- * Remove uuid package. ([3aee2ee](https://github.com/mathrunet/node_masamune/commit/3aee2ee193044ef233a9aa65c69ce61862e000b9))
1530
-
1531
-
1532
-
1533
- ## [0.4.3](https://github.com/mathrunet/node_masamune/compare/v0.4.2...v0.4.3) (2023-06-01)
1534
-
1535
-
1536
- ### fix
1537
-
1538
- * Fixed a bug in ID. ([f23a605](https://github.com/mathrunet/node_masamune/commit/f23a605ae3b7058b780c06a735cf2cac843f034b))
1539
-
1540
-
1541
-
1542
- ## [0.4.2](https://github.com/mathrunet/node_masamune/compare/v0.4.1...v0.4.2) (2023-05-30)
1543
-
1544
-
1545
- ### fix
1546
-
1547
- * Transfers are also deleted when deleting an account. ([fcc275c](https://github.com/mathrunet/node_masamune/commit/fcc275c87359e04c782f89471bb5e7603b19757c))
1548
-
1549
-
1550
-
1551
- ## [0.4.1](https://github.com/mathrunet/node_masamune/compare/v0.4.0...v0.4.1) (2023-05-26)
1552
-
1553
-
1554
- ### fix
1555
-
1556
- * Correction of command names in Functions. ([dc3721c](https://github.com/mathrunet/node_masamune/commit/dc3721cd5719e4b654a9a3142f924ce475fdeefd))
1557
-
1558
-
1559
-
1560
- # [0.4.0](https://github.com/mathrunet/node_masamune/compare/v0.3.0...v0.4.0) (2023-05-26)
1561
-
1562
-
1563
- ### chore
1564
-
1565
- * command was added. ([bff8928](https://github.com/mathrunet/node_masamune/commit/bff8928505d5e411e061dcc45051463a7381e1b9))
1566
- * Fixed a bug in the command. ([fef7d3c](https://github.com/mathrunet/node_masamune/commit/fef7d3c59b10e0e912920be9802389ebd45759fe))
1567
-
1568
- ### feat
1569
-
1570
- * Added Functions for sending mail. ([7efe881](https://github.com/mathrunet/node_masamune/commit/7efe881e3481ebd6f651c5a1c1127a4d8399c9b8))
1571
-
1572
-
1573
-
1574
- # [0.3.0](https://github.com/mathrunet/node_masamune/compare/v0.2.0...v0.3.0) (2023-05-26)
1575
-
1576
-
1577
- ### feat
1578
-
1579
- * Added a series of Stripe features. ([4d430b7](https://github.com/mathrunet/node_masamune/commit/4d430b7df07e363c452877fcd21cc043d309ff6c))
1580
-
1581
- ### fix
1582
-
1583
- * Package modifications. ([94807d9](https://github.com/mathrunet/node_masamune/commit/94807d976e18ea7a4e7c42453b9dd6147c21d289))
1584
-
1585
-
1586
-
1587
- # [0.2.0](https://github.com/mathrunet/node_masamune/compare/v0.1.7...v0.2.0) (2023-04-18)
1588
-
1589
-
1590
- ### feat
1591
-
1592
- * Added functionality for Agora.io. ([29630f4](https://github.com/mathrunet/node_masamune/commit/29630f4c35a8aa266d5275b86b40e4759d50fca6))
1593
-
1594
-
1595
-
1596
- ## [0.1.7](https://github.com/mathrunet/node_masamune/compare/v0.1.6...v0.1.7) (2023-04-07)
1597
-
1598
-
1599
- ### fix
1600
-
1601
- * Added because there is no type. ([f1bac47](https://github.com/mathrunet/node_masamune/commit/f1bac474d835a9581c2340c57f6da9bf8aad539a))
1602
-
1603
-
1604
-
1605
- ## [0.1.6](https://github.com/mathrunet/node_masamune/compare/v0.1.5...v0.1.6) (2023-04-07)
1606
-
1607
-
1608
- ### fix
1609
-
1610
- * Drop the version of node-fetch to eliminate the error. ([36b2a89](https://github.com/mathrunet/node_masamune/commit/36b2a895943e4081d8cc51750172e594c73fe637))
1611
-
1612
-
1613
-
1614
- ## [0.1.5](https://github.com/mathrunet/node_masamune/compare/v0.1.4...v0.1.5) (2023-03-08)
1615
-
1616
-
1617
- ### fix
1618
-
1619
- * Changed to return all. ([db69ae6](https://github.com/mathrunet/node_masamune/commit/db69ae67fa65d2e9b83a5b80bb4c00dc37d9e430))
1620
-
1621
-
1622
-
1623
- ## [0.1.4](https://github.com/mathrunet/node_masamune/compare/v0.1.3...v0.1.4) (2023-03-07)
1624
-
1625
-
1626
- ### feat
1627
-
1628
- * Added Functions for ChatGPT. ([87170e6](https://github.com/mathrunet/node_masamune/commit/87170e6c1f14e0727a3656472923fc12885e8e27))
1629
-
1630
- ### fix
1631
-
1632
- * Add success at the end. ([5611d82](https://github.com/mathrunet/node_masamune/commit/5611d82f2dac3bc0fc55caea49a26e40a6a89458))
1633
-
1634
-
1635
-
1636
- ## [0.1.3](https://github.com/mathrunet/node_masamune/compare/v0.1.2...v0.1.3) (2023-02-09)
1637
-
1638
-
1639
- ### fix
1640
-
1641
- * Fixed a bug that Topic and Token could not be found. ([530a991](https://github.com/mathrunet/node_masamune/commit/530a991eeb5946d4ac82c5f9c7bc3a667605d783))
1642
-
1643
-
1644
-
1645
- ## [0.1.2](https://github.com/mathrunet/node_masamune/compare/v0.1.1...v0.1.2) (2023-02-08)
1646
-
1647
-
1648
- ### fix
1649
-
1650
- * Fixed a bug that prevented successful deployment. ([c05dea1](https://github.com/mathrunet/node_masamune/commit/c05dea119d27de35cb265caff7ed37f4d5207281))
1651
-
1652
-
1653
-
1654
- ## [0.1.1](https://github.com/mathrunet/node_masamune/compare/v0.1.0...v0.1.1) (2023-02-08)
1655
-
1656
-
1657
- ### fix
1658
-
1659
- * Suggestions and multiple designations of Regions are now possible. ([036c1d7](https://github.com/mathrunet/node_masamune/commit/036c1d723db1c0f57f3be34d17765c0b99926a17))
1660
-
1661
-
1662
-
1663
- # [0.1.0](https://github.com/mathrunet/node_masamune/compare/v0.0.8...v0.1.0) (2023-02-08)
1664
-
1665
-
1666
- ### chore
1667
-
1668
- * Edit .gitignore. ([de837ef](https://github.com/mathrunet/node_masamune/commit/de837ef8e831c6fba55e8fa94c0e33fa6cf8b7ff))
1669
-
1670
- ### feat
1671
-
1672
- * Allow region to be specified externally. ([782d805](https://github.com/mathrunet/node_masamune/commit/782d805ac88c3991eabb3017f78cca083dd42f33))
1673
-
1674
-
1675
-
1676
- ## [0.0.8](https://github.com/mathrunet/node_masamune/compare/v0.0.7...v0.0.8) (2023-01-17)
1677
-
1678
-
1679
- ### docs
1680
-
1681
- * ReadMe creation. ([6f91ba9](https://github.com/mathrunet/node_masamune/commit/6f91ba97d8c8e3f7d41a6299d95e51a69b90fe1c))
1682
-
1683
- ### fix
1684
-
1685
- * Changed the function name of notification. ([c1a152c](https://github.com/mathrunet/node_masamune/commit/c1a152cd3398325a7149bf4a852fe368088e4f16))
1686
-
1687
-
1688
-
1689
- ## [0.0.7](https://github.com/mathrunet/node_masamune/compare/v0.0.6...v0.0.7) (2023-01-11)
1690
-
1691
-
1692
- ### fix
1693
-
1694
- * The array type was wrong, so it was corrected. ([befbc78](https://github.com/mathrunet/node_masamune/commit/befbc784dc25202d65b6f51b4cd6584cd7e7c57f))
1695
-
1696
-
1697
-
1698
- ## [0.0.6](https://github.com/mathrunet/node_masamune/compare/v0.0.5...v0.0.6) (2023-01-11)
1699
-
1700
-
1701
- ### chore
1702
-
1703
- * Delete unnecessary files. ([12975a1](https://github.com/mathrunet/node_masamune/commit/12975a1189839d269fd24f4b01b10cc182ef5650))
1704
-
1705
- ### docs
1706
-
1707
- * Corrected keywords. ([2be21a6](https://github.com/mathrunet/node_masamune/commit/2be21a6276413769aedd9e83e53da3cab79a6e4c))
1708
-
1709
- ### fix
1710
-
1711
- * Allow exports to be passed to deploy. ([bbf2c8b](https://github.com/mathrunet/node_masamune/commit/bbf2c8b50b036356a0630160fe1505dd04ca09c2))
1712
-
1713
-
1714
-
1715
- ## [0.0.5](https://github.com/mathrunet/node_masamune/compare/v0.0.4...v0.0.5) (2023-01-09)
1716
-
1717
-
1718
- ### fix
1719
-
1720
- * Fix npmignore. ([5e4bd1e](https://github.com/mathrunet/node_masamune/commit/5e4bd1e25d2e930354f0621f167f9ff692f30689))
1721
- * test maintenance. ([998743a](https://github.com/mathrunet/node_masamune/commit/998743a290d04545c4266e70ceb517c0727f71cc))
1722
-
1723
-
1724
-
1725
- ## [0.0.4](https://github.com/mathrunet/node_masamune/compare/v0.0.3...v0.0.4) (2023-01-09)
1726
-
1727
-
1728
- ### chore
1729
-
1730
- * Change the placement of JS. ([d29b7cf](https://github.com/mathrunet/node_masamune/commit/d29b7cfbe95ddc10d1bd99df9cf372a9ba024920))
1731
- * Changed package name. ([5acd023](https://github.com/mathrunet/node_masamune/commit/5acd0235504eb7b2d9760f2a0a9971e69cc52f2b))
1732
-
1733
- ### fix
1734
-
1735
- * Changed the position of the JS definition. ([1aadcb7](https://github.com/mathrunet/node_masamune/commit/1aadcb7e975060e8e15ff80139757bc552edee2e))
1736
-
1737
-
1738
-
1739
- ## [0.0.3](https://github.com/mathrunet/node_masamune/compare/v0.0.2...v0.0.3) (2023-01-09)
1740
-
1741
-
1742
- ### feat
1743
-
1744
- * Added Notifications. ([165c63a](https://github.com/mathrunet/node_masamune/commit/165c63a0fe942606837fc32fc5eace678e37e6f0))
1745
-
1746
-
1747
-
1748
- ## [0.0.2](https://github.com/mathrunet/node_masamune/compare/b9200aa75f64e6890a946f7de0a49fd823143651...v0.0.2) (2023-01-09)
1749
-
1750
-
1751
- ### feat
1752
-
1753
- * Initial commit. ([b9200aa](https://github.com/mathrunet/node_masamune/commit/b9200aa75f64e6890a946f7de0a49fd823143651))
1754
-
1755
- ### fix
1756
-
1757
- * README modifications. ([f2ae4c4](https://github.com/mathrunet/node_masamune/commit/f2ae4c4dc9b3f0ea9ac26e59d49ea86858942d4e))
352
+ * Fixes to pass tests. ([a656689](https://github.com/mathrunet/node_masamune/commit/a6566898613d76cd1027a319cda4f605044db151))
353
+ * Test code implementation. ([7f40834](https://github.com/mathrunet/node_masamune/commit/7f40834936b13a1b54b792b1c47f7c1ae2319502))
1758
354
 
1759
355
 
1760
356