0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/common
Andrey Antukh cacee40d11 🎉 Add proper schema encoding/decoding mechanism
this allows almost all api operations to success usin application/json
encoding with the exception of the update-file, which we need to
approach a bit differently;

the reason update-file is different, is because the operations vector
is right now defined without the context of shape type, so we are just
unable to properly parse the value to correct type using the schema
decoding mechanism
2024-08-21 11:27:36 +02:00
..
dev 📎 Update user ns on common and backend 2024-08-16 14:43:06 +02:00
scripts 📎 Update common repl script 2023-12-12 00:14:08 +01:00
src/app/common 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
target/classes/app/common 🐛 Fix incorrect arc to curve conversion in some cases 2023-12-28 10:30:56 +01:00
test 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
vendor ♻️ Make svg to shapes conversion code multiplatform 2023-11-07 12:48:31 +01:00
.gitignore ⬆️ Update yarn to 4.0.2 and start using npm workspaces 2023-11-29 10:44:36 +01:00
build.clj ⬆️ Change default java compilation target to jdk21 2023-12-12 00:12:38 +01:00
deps.edn ⬆️ Update dependencies across all modules 2024-05-31 13:28:32 +02:00
package.json ⬆️ Update shadown-cljs and beicon dependency 2024-07-31 16:30:22 +02:00
shadow-cljs.edn 📎 Add better approach for set devenv jvm resource limits 2023-12-13 14:20:07 +01:00
tests.edn 🔧 Change common tests runner to kaocha 2024-04-26 11:42:41 +02:00
yarn.lock ⬆️ Update shadown-cljs and beicon dependency 2024-07-31 16:30:22 +02:00