We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f7e6ac + efc0a1c commit fadb1f2Copy full SHA for fadb1f2
README.md
@@ -68,6 +68,7 @@ composer require okapi/code-transformer
68
- [Limitations](#limitations)
69
- [How it works](#how-it-works)
70
- [Testing](#testing)
71
+- [TODO](#todo)
72
73
74
@@ -331,6 +332,18 @@ Give a ⭐ if this project helped you!
331
332
333
334
335
+## TODO
336
+
337
+- Add support for Production/Development environments:
338
+ - Production: Cache will not be checked for updates (better performance)
339
+ - Development: Cache will be checked for updates (better debugging experience)
340
341
+- Create a flowchart (WIP)
342
343
+- Cache lifetime
344
345
346
347
## 🙏 Thanks
348
349
- Big thanks to [lisachenko](https://github.com/lisachenko) for their pioneering
0 commit comments