justkd / AirpuckJS

AirpuckJS is a vanilla JS helper for Airtable. Does not require NodeJS or AirtableJS. Version 2.0 is a complete re-write. Background processess have been improved and general use has been simplified.
MIT License
15 stars 3 forks source link

Minified File Should Probably be Backported for ES5 #4

Open Hybridx24 opened 4 years ago

Hybridx24 commented 4 years ago

Again, excellent project!

One more recommendation/suggestion for this project is to recompile it to be compatible with ES5. My reasoning is that since this library is an alternative to the official one, many people using it will be adding it via vanilla JS and won't have babel automatically transpile it to be backwards compatible (IE, etc).

justkd commented 3 years ago

Sorry this is like a year over due. I haven't kept up with this project much recently. I have been thinking about a new version though, so I'll keep this in mind for that.